pub trait TermData: AsRef<str> + Clone + Eq + Hash { }
Expand description

Trait alias for types holding the textual data of terms.

Implementors