Struct ropey::segmentation::DefaultSegmenter [] [src]

pub struct DefaultSegmenter {}

Ropey's default grapheme segmenter.

Uses the extended grapheme cluster rules specified in Unicode Standard Annex #29

Trait Implementations

impl Debug for DefaultSegmenter
[src]

[src]

Formats the value using the given formatter.

impl Copy for DefaultSegmenter
[src]

impl Clone for DefaultSegmenter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl GraphemeSegmenter for DefaultSegmenter
[src]

[src]

Returns whether the given byte index in the given string is a grapheme cluster boundary. Read more

[src]

Returns true if the boundary between the two given strings is a grapheme cluster boundary, and false otherwise. Read more