Struct bitflags::__core::io::Bytes
[−]
[src]
pub struct Bytes<R> { // some fields omitted }1.0.0
An iterator over u8
values of a reader.
This struct is generally created by calling bytes()
on a reader.
Please see the documentation of bytes()
for more details.