pub type AsyncLines = LinesStream<BufReader<AsyncInputArgReader>>;Available on crate feature
tokio only.Expand description
The type of the streams returned by InputArg::async_lines().
This stream yields instances of std::io::Result<String>.
Aliased Typeยง
pub struct AsyncLines { /* private fields */ }