pub enum DISError {
InvalidDISHeader,
}
Expand description
Enum to capture errors thrown by the library
Variants§
InvalidDISHeader
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DISError
impl RefUnwindSafe for DISError
impl Send for DISError
impl Sync for DISError
impl Unpin for DISError
impl UnwindSafe for DISError
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