Struct nue_io::Take
[−]
[src]
pub struct Take<T> { // some fields omitted }
Wraps around a stream to limit the length of the underlying stream.
This implementation differs from std::io::Take
in that it also allows writes,
and seeking forward is allowed if the underlying stream supports it.