🔬This is a nightly-only experimental API. (
alloc_io #154046)Structs§
- BufWriter
Experimental - Wraps a writer and buffers its output.
- Writer
Panicked Experimental - Error returned for the buffered data from
BufWriter::into_parts, when the underlying writer has previously panicked. Contains the (possibly partly written) buffered data.