Struct wordcut_engine::TextRange [] [src]

pub struct TextRange {
    pub s: usize,
    pub e: usize,
}

Fields

Trait Implementations

impl Debug for TextRange
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TextRange
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.