Type Definition patharg::InputArgReader

source ·
pub type InputArgReader = Either<StdinLock<'static>, BufReader<File>>;
Expand description

The type of the readers returned by InputArg::open().

This type implements std::io::BufRead.