pub struct ErrorFormatter { /* private fields */ }Expand description
Helper for creating error messages with code snippets
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