I18nDisplay

Trait I18nDisplay 

Source
pub trait I18nDisplay {
    // Required method
    fn to_i18n_string(&self) -> String;
}
Expand description

Trait for types that can provide localized string representations

Required Methods§

Source

fn to_i18n_string(&self) -> String

Returns a localized string representation

Implementors§