pub trait I18nDisplay {
// Required method
fn to_i18n_string(&self) -> String;
}Expand description
Trait for types that can provide localized string representations
Required Methods§
Sourcefn to_i18n_string(&self) -> String
fn to_i18n_string(&self) -> String
Returns a localized string representation