pub struct LogBridge { /* private fields */ }Expand description
Adapter to use a logforth logger instance as a log crate logger.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LogBridge
impl !UnwindSafe for LogBridge
impl Freeze for LogBridge
impl Send for LogBridge
impl Sync for LogBridge
impl Unpin for LogBridge
impl UnsafeUnpin for LogBridge
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