vizia::localization

Trait ToStringLocalized

pub trait ToStringLocalized {
    // Required method
    fn to_string_local(&self, cx: &impl DataContext) -> String;
}

Required Methods§

fn to_string_local(&self, cx: &impl DataContext) -> String

Object Safety§

This trait is not object safe.

Implementors§