api modifications
This commit is contained in:
parent
db4b4d990d
commit
0994648ed1
7 changed files with 18 additions and 10 deletions
|
@ -17,7 +17,7 @@ pub enum Error {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct DeviceError(crate::device::Error);
|
||||
pub struct DeviceError(pub crate::device::Error);
|
||||
|
||||
impl From<super::device::Error> for Error {
|
||||
fn from(e: super::device::Error) -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue