Trait seshat::unicode::Segmentation[][src]

pub trait Segmentation {
    fn break_graphemes(&self) -> BreakGraphemes<'_>
Notable traits for BreakGraphemes<'a>
impl<'a> Iterator for BreakGraphemes<'a> type Item = &'a str;
; }

Required methods

Implementations on Foreign Types

Implementors