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

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

fn break_graphemes(&self) -> BreakGraphemes<'_>

Notable traits for BreakGraphemes<'a>

impl<'a> Iterator for BreakGraphemes<'a> type Item = &'a str;

Loading content...

Implementations on Foreign Types

impl Segmentation for str[src]

Loading content...

Implementors

Loading content...