pub struct GentLogger { /* private fields */ }Expand description
Main logger implementation with colored pretty output
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for GentLogger
impl RefUnwindSafe for GentLogger
impl Send for GentLogger
impl Sync for GentLogger
impl Unpin for GentLogger
impl UnwindSafe for GentLogger
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