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