Skip to main content

LinesWithEnding

Trait LinesWithEnding 

Source
pub trait LinesWithEnding<B> {
    // Required method
    fn lines_with_ending(self) -> Lines<B> ;
}

Required Methods§

Implementors§

Source§

impl<B> LinesWithEnding<B> for B
where B: BufRead,