[][src]Module binjs_io::bytes::lengthwriter

Determining the length of a stream without actually writing/storing data.

Re-exports

pub use io::statistics::Bytes;

Structs

LengthWriter

An implementation of Write that discards its data but remembers how many bytes were written.