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

pub trait FluentType: 'static + AnyEq + Debug {
    fn duplicate(&self) -> Box<dyn FluentType + 'static>;
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 + 'static>

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> for dyn FluentType + 'static[src]

Implementors

Loading content...