Trait torn_api::ApiSelection
source · pub trait ApiSelection {
// Required methods
fn raw_value(&self) -> &'static str;
fn category() -> &'static str;
}
pub trait ApiSelection {
// Required methods
fn raw_value(&self) -> &'static str;
fn category() -> &'static str;
}