Trait kailua_diag::message::Localize [] [src]

pub trait Localize: Debug {
    fn fmt_localized(&self, f: &mut Formatter, locale: Locale) -> Result;
}

Any type that can be formatted into a localized text.

Required Methods

Trait Implementations

impl<'a> Localize for &'a Localize
[src]

Implementors