pub struct ErrorFormatter;
Expand description
Format errors for display with optional context
Implementations§
Auto Trait Implementations§
impl Freeze for ErrorFormatter
impl RefUnwindSafe for ErrorFormatter
impl Send for ErrorFormatter
impl Sync for ErrorFormatter
impl Unpin for ErrorFormatter
impl UnwindSafe for ErrorFormatter
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