pub enum MicError {
DeviceNotFound,
StreamBuildFailed,
Io(Error),
Other(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MicError
impl !UnwindSafe for MicError
impl Freeze for MicError
impl Send for MicError
impl Sync for MicError
impl Unpin for MicError
impl UnsafeUnpin for MicError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more