pub struct LoggerCore;Expand description
The core functionality of a logger, can be used to create custom loggers outside of fp_log
Implementations§
Auto Trait Implementations§
impl Freeze for LoggerCore
impl RefUnwindSafe for LoggerCore
impl Send for LoggerCore
impl Sync for LoggerCore
impl Unpin for LoggerCore
impl UnwindSafe for LoggerCore
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