Skip to main content

Module bufwriter

Module bufwriter 

Source
🔬This is a nightly-only experimental API. (alloc_io #154046)

Structs§

BufWriterExperimental
Wraps a writer and buffers its output.
WriterPanickedExperimental
Error returned for the buffered data from BufWriter::into_parts, when the underlying writer has previously panicked. Contains the (possibly partly written) buffered data.