Type Definition patharg::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>.