pub enum DISError {
InvalidDISHeader,
}
Expand description
Enum to capture errors thrown by the library
Variants
InvalidDISHeader
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DISError
impl Send for DISError
impl Sync for DISError
impl Unpin for DISError
impl UnwindSafe for DISError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more