pub trait TokenMut: Token {
    fn set_lemma(&mut self, lemma: Option<String>);
}

Required Methods

Implementations on Foreign Types

Implementors