Trait vizia::localization::ToStringLocalized
source · 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.