Struct kailua_diag::message::Localized [] [src]

pub struct Localized<'b, T: Localize + ?Sized + 'b> { /* fields omitted */ }

A helper type for formatting the localized text.

For example, format!("{}", Localized::new(&v)) will give a localized string for v.

Methods

impl<'b, T: Localize + ?Sized + 'b> Localized<'b, T>
[src]

Trait Implementations

impl<'b, T: Localize + ?Sized + 'b> Display for Localized<'b, T>
[src]

Formats the value using the given formatter. Read more