Struct bitflags::__core::io::Split
[−]
[src]
pub struct Split<B> { // some fields omitted }1.0.0
An iterator over the contents of an instance of BufRead
split on a
particular byte.
This struct is generally created by calling split()
on a
BufRead
. Please see the documentation of split()
for more details.