[−][src]Trait rust_tokenizers::TokenTrait
Token abstraction trait to access token fields, irrespective of their form (reference of owned)
Required methods
fn offset(&self) -> Option<Offset>[src]
Returns the offset of the token with respect to the original string
fn mask(&self) -> Mask[src]
Returns the token mask
fn as_str(&self) -> &str[src]
Returns a string representation for the token