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

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

Required methods

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

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

Loading content...

Trait Implementations

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

Implementors

Loading content...