pub struct ConsoleSubscriber;Expand description
A simple log subscriber that prints to stdout (std only).
Trait Implementations§
Source§impl TaskSubscriber for ConsoleSubscriber
Available on crate feature std only.
impl TaskSubscriber for ConsoleSubscriber
Available on crate feature
std only.Auto Trait Implementations§
impl Freeze for ConsoleSubscriber
impl RefUnwindSafe for ConsoleSubscriber
impl Send for ConsoleSubscriber
impl Sync for ConsoleSubscriber
impl Unpin for ConsoleSubscriber
impl UnsafeUnpin for ConsoleSubscriber
impl UnwindSafe for ConsoleSubscriber
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