pub struct LogConsole;
Expand description
A console implementation that logs messages via the log
crate.
Only available with the log
feature.
Trait Implementations§
Source§impl ConsoleBackend for LogConsole
impl ConsoleBackend for LogConsole
Auto Trait Implementations§
impl Freeze for LogConsole
impl RefUnwindSafe for LogConsole
impl Send for LogConsole
impl Sync for LogConsole
impl Unpin for LogConsole
impl UnwindSafe for LogConsole
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