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