Function lines::linereader::count_lines [] [src]

pub fn count_lines<R: Read>(r: LineReader<R>) -> Result<usize>

Counts the lines read through the given LineReader.