Skip to main content

SplitSentences

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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§