[][src]Trait fluent_bundle::types::FluentType

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

Required methods

fn duplicate(&self) -> Box<dyn FluentType + Send>

fn as_string(&self, intls: &IntlLangMemoizer) -> Cow<'static, str>

fn as_string_threadsafe(&self, intls: &IntlLangMemoizer) -> Cow<'static, str>

Loading content...

Trait Implementations

impl PartialEq<dyn FluentType + 'static + Send> for dyn FluentType + Send[src]

Implementors

Loading content...