Type Alias Lines

Source
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 */ }