Trait tokenizers::utils::iter::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,