tinymist_l10n

Trait DebugL10n

Source
pub trait DebugL10n {
    // Required method
    fn debug_l10n(&self) -> Arg<'_>;
}
Expand description

Converts an object to an argument of debug message.

Required Methods§

Source

fn debug_l10n(&self) -> Arg<'_>

Returns a debug string for the current language.

Implementors§

Source§

impl<T: Debug> DebugL10n for T