Module std::io::buffered::bufwriter

source ·

Structs

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