pub struct StdConsoleProvider;Expand description
Console provider using std print macros.
Writes to stdout for Log/Info/Debug and stderr for Warn/Error.
Implementations§
Trait Implementations§
Source§impl ConsoleProvider for StdConsoleProvider
impl ConsoleProvider for StdConsoleProvider
Auto Trait Implementations§
impl Freeze for StdConsoleProvider
impl RefUnwindSafe for StdConsoleProvider
impl Send for StdConsoleProvider
impl Sync for StdConsoleProvider
impl Unpin for StdConsoleProvider
impl UnwindSafe for StdConsoleProvider
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