ccdata_api::utils

Trait Market

source
pub trait Market {
    // Required method
    fn to_string(&self) -> String;
}
Expand description

Market interface that ensures all market enums implement .to_string().

Required Methods§

source

fn to_string(&self) -> String

Implementors§