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