pub struct ArcWriter<W>(_);
Expand description
Implements std::io::Write
for an Arc
&W: Write
.
This is an implementation detail of the MakeWriter
impl for Arc
.
Trait Implementations
Write a buffer into this writer, returning how many bytes were written. Read more
Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
Attempts to write an entire buffer into this writer. Read more
Writes a formatted string into this writer, returning any error encountered. Read more
Auto Trait Implementations
impl<W> RefUnwindSafe for ArcWriter<W> where
W: RefUnwindSafe,
impl<W> UnwindSafe for ArcWriter<W> where
W: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more