pub type Lines = Lines<InputArgReader>;
Expand description
The type of the iterators returned by InputArg::lines()
.
This iterator yields instances of std::io::Result<String>
.
Aliased Typeยง
pub struct Lines { /* private fields */ }
pub type Lines = Lines<InputArgReader>;
The type of the iterators returned by InputArg::lines()
.
This iterator yields instances of std::io::Result<String>
.
pub struct Lines { /* private fields */ }