Trait Category

Source
pub trait Category {
    // Required method
    fn name(&self) -> &'static str;
}
Expand description

A COGS category.

Required Methods§

Source

fn name(&self) -> &'static str

String representation of the category.

Implementations on Foreign Types§

Source§

impl Category for &'static str

Source§

fn name(&self) -> &'static str

Implementors§