pub struct SimpleError {}Expand description
Is used if error does not contain any additional info.
Trait Implementations§
Source§impl Debug for SimpleError
impl Debug for SimpleError
Source§impl FromCursor for SimpleError
impl FromCursor for SimpleError
Source§fn from_cursor(_cursor: &mut Cursor<&[u8]>) -> Result<SimpleError>
fn from_cursor(_cursor: &mut Cursor<&[u8]>) -> Result<SimpleError>
It should return an implementor from an
io::Cursor over an array of bytes.Auto Trait Implementations§
impl Freeze for SimpleError
impl RefUnwindSafe for SimpleError
impl Send for SimpleError
impl Sync for SimpleError
impl Unpin for SimpleError
impl UnwindSafe for SimpleError
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