pub struct SvcOutputLogger;
Trait Implementations
sourceimpl Logger for SvcOutputLogger
impl Logger for SvcOutputLogger
fn new() -> Self
fn log(&mut self, metadata: &LogMetadata)
Auto Trait Implementations
impl RefUnwindSafe for SvcOutputLogger
impl Send for SvcOutputLogger
impl Sync for SvcOutputLogger
impl Unpin for SvcOutputLogger
impl UnwindSafe for SvcOutputLogger
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more