pub trait ToFluentString {
// Required method
fn to_fluent_string(&self) -> String;
}Expand description
This trait is automatically implemented for any type that implements
FluentDisplay.
Required Methods§
Sourcefn to_fluent_string(&self) -> String
fn to_fluent_string(&self) -> String
Converts the type into a Fluent (i18n translated) string.