Trait SplitSentences

Source
pub trait SplitSentences {
    // Required method
    fn split<'a, 'b>(&'b self, data: &'a str) -> SentenceIter<'a, 'b> ;
}

Required Methods§

Source

fn split<'a, 'b>(&'b self, data: &'a str) -> SentenceIter<'a, 'b>

Implementors§