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