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

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

Required methods

pub fn duplicate(&self) -> Box<dyn FluentType + 'static + Send, Global>[src]

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

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

Loading content...

Trait Implementations

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

Implementors

Loading content...