Trait hko::API

source · []
pub trait API {
    const BASE: &'static str;
    const DATATYPE: &'static str;
    fn url(lang: Lang) -> String { ... }
}
Expand description

API trait for all data types.

Associated Constants

Provided methods

Generate the URL for retrieving the data, in specified language.

Implementors