pub trait Category { // Required method fn name(&self) -> &'static str; }
A COGS category.
String representation of the category.