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