Trait fluent::types::FluentType[][src]

pub trait FluentType: 'static + Debug + AnyEq {
    fn duplicate(&self) -> Box<dyn FluentType + Send + 'static, Global>;
fn as_string(&self, intls: &IntlLangMemoizer) -> Cow<'static, str>;
fn as_string_threadsafe(
        &self,
        intls: &IntlLangMemoizer
    ) -> Cow<'static, str>; }

Required methods

Trait Implementations

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Implementors