pub trait LinesWithEnding<B> {
    fn lines_with_ending(self) -> Lines<B>
Notable traits for Lines<B>
impl<B: BufRead> Iterator for Lines<B> type Item = Result<String>;
; }

Required methods

Implementors