pub struct ErrorReporter<'a> {
pub use_colors: bool,
/* private fields */
}Expand description
Formats errors with source context
Fields§
§use_colors: boolImplementations§
Auto Trait Implementations§
impl<'a> Freeze for ErrorReporter<'a>
impl<'a> RefUnwindSafe for ErrorReporter<'a>
impl<'a> Send for ErrorReporter<'a>
impl<'a> Sync for ErrorReporter<'a>
impl<'a> Unpin for ErrorReporter<'a>
impl<'a> UnwindSafe for ErrorReporter<'a>
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