pub enum ExpanderError<ERR>where
ERR: Debug,{
WriteError(ERR),
WriteReadError(ERR),
}Variants§
Trait Implementations§
Source§impl<ERR> Debug for ExpanderError<ERR>
impl<ERR> Debug for ExpanderError<ERR>
Auto Trait Implementations§
impl<ERR> Freeze for ExpanderError<ERR>where
ERR: Freeze,
impl<ERR> RefUnwindSafe for ExpanderError<ERR>where
ERR: RefUnwindSafe,
impl<ERR> Send for ExpanderError<ERR>where
ERR: Send,
impl<ERR> Sync for ExpanderError<ERR>where
ERR: Sync,
impl<ERR> Unpin for ExpanderError<ERR>where
ERR: Unpin,
impl<ERR> UnsafeUnpin for ExpanderError<ERR>where
ERR: UnsafeUnpin,
impl<ERR> UnwindSafe for ExpanderError<ERR>where
ERR: UnwindSafe,
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