pub struct StdoutLogStream;
๐Deprecated: Custom log streams removed due to FFI safety issues. Use verbose logging instead.
Expand description
A log stream that writes to stdout
DEPRECATED: This type is no longer functional.
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for StdoutLogStream
impl RefUnwindSafe for StdoutLogStream
impl Send for StdoutLogStream
impl Sync for StdoutLogStream
impl Unpin for StdoutLogStream
impl UnwindSafe for StdoutLogStream
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