pub trait ApiSelection {
    fn raw_value(&self) -> &'static str;
    fn category() -> &'static str;
}

Required Methods

Implementors