pub struct AnnotatedError(/* private fields */);Expand description
Convenience type to just decorate the error with the source Location
Trait Implementations§
Source§impl Debug for AnnotatedError
impl Debug for AnnotatedError
Auto Trait Implementations§
impl Freeze for AnnotatedError
impl RefUnwindSafe for AnnotatedError
impl Send for AnnotatedError
impl Sync for AnnotatedError
impl Unpin for AnnotatedError
impl UnwindSafe for AnnotatedError
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