Trait ToFluentString

Source
pub trait ToFluentString {
    // Required method
    fn to_fluent_string(&self) -> String;
}
Expand description

Extension trait that provides to_fluent_string.

Required Methods§

Source

fn to_fluent_string(&self) -> String

Converts a value to a String for use in Fluent.

Implementors§