pub struct DefaultLoggerCallbacks;
Trait Implementations§
Source§impl LoggerCallbacks for DefaultLoggerCallbacks
impl LoggerCallbacks for DefaultLoggerCallbacks
fn print_to_console(&self, s: &str)
fn print_to_logfile(&self, s: &str)
Auto Trait Implementations§
impl Freeze for DefaultLoggerCallbacks
impl RefUnwindSafe for DefaultLoggerCallbacks
impl Send for DefaultLoggerCallbacks
impl Sync for DefaultLoggerCallbacks
impl Unpin for DefaultLoggerCallbacks
impl UnwindSafe for DefaultLoggerCallbacks
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