Struct bitflags::__core::io::Take
[−]
[src]
pub struct Take<T> {
// some fields omitted
}1.0.0Reader adaptor which limits the bytes read from an underlying reader.
This struct is generally created by calling take() on a reader.
Please see the documentation of take() for more details.