pub struct WarnLogger;Expand description
A constructor for a default error logger
Trait Implementations§
Source§impl<C: Display, S: Display> NewErrorLog<C, S> for WarnLogger
impl<C: Display, S: Display> NewErrorLog<C, S> for WarnLogger
Auto Trait Implementations§
impl Freeze for WarnLogger
impl RefUnwindSafe for WarnLogger
impl Send for WarnLogger
impl Sync for WarnLogger
impl Unpin for WarnLogger
impl UnwindSafe for WarnLogger
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