pub struct TracingLogHandler;Expand description
Default log handler (uses tracing)
Trait Implementations§
Source§impl LogHandler for TracingLogHandler
impl LogHandler for TracingLogHandler
Auto Trait Implementations§
impl Freeze for TracingLogHandler
impl RefUnwindSafe for TracingLogHandler
impl Send for TracingLogHandler
impl Sync for TracingLogHandler
impl Unpin for TracingLogHandler
impl UnwindSafe for TracingLogHandler
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