Module std::io::buffered

source ·
Expand description

Buffering wrappers for I/O traits

Re-exports

Modules

Structs

  • An error returned by BufWriter::into_inner which combines an error that happened while writing out the buffer, and the buffered writer object which may be used to recover from the condition.