Trait EsFluentChoice

Source
pub trait EsFluentChoice {
    // Required method
    fn as_fluent_choice(&self) -> &'static str;
}

Required Methods§

Source

fn as_fluent_choice(&self) -> &'static str

Implementors§