pub struct LogStream<S: SectionStorage, L: UnifiedLogWrite<S>> { /* private fields */ }Expand description
A wrapper around the unifiedlogger that implements the Write trait.
Trait Implementations§
Source§impl<S: SectionStorage, L: UnifiedLogWrite<S>> Debug for LogStream<S, L>
impl<S: SectionStorage, L: UnifiedLogWrite<S>> Debug for LogStream<S, L>
Source§impl<S: SectionStorage, L: UnifiedLogWrite<S>> Drop for LogStream<S, L>
impl<S: SectionStorage, L: UnifiedLogWrite<S>> Drop for LogStream<S, L>
Source§impl<E: Encode, S: SectionStorage, L: UnifiedLogWrite<S>> WriteStream<E> for LogStream<S, L>
impl<E: Encode, S: SectionStorage, L: UnifiedLogWrite<S>> WriteStream<E> for LogStream<S, L>
Auto Trait Implementations§
impl<S, L> Freeze for LogStream<S, L>where
S: Freeze,
impl<S, L> RefUnwindSafe for LogStream<S, L>where
S: RefUnwindSafe,
impl<S, L> Send for LogStream<S, L>
impl<S, L> Sync for LogStream<S, L>
impl<S, L> Unpin for LogStream<S, L>where
S: Unpin,
impl<S, L> UnsafeUnpin for LogStream<S, L>where
S: UnsafeUnpin,
impl<S, L> UnwindSafe for LogStream<S, L>where
S: UnwindSafe,
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