pub trait CategoryOf {
// Required method
fn category_of(&self) -> Category;
}
Expand description
A type with a Category
Required Methods§
Sourcefn category_of(&self) -> Category
fn category_of(&self) -> Category
Gets the Category
of a term.