[][src]Trait intl_memoizer::Memoizable

pub trait Memoizable {
    type Args: 'static + Eq + Hash + Clone;
    type Error;
    pub fn construct(
        lang: LanguageIdentifier,
        args: Self::Args
    ) -> Result<Self, Self::Error>
    where
        Self: Sized
; }

Associated Types

type Args: 'static + Eq + Hash + Clone[src]

type Error[src]

Loading content...

Required methods

pub fn construct(
    lang: LanguageIdentifier,
    args: Self::Args
) -> Result<Self, Self::Error> where
    Self: Sized
[src]

Loading content...

Implementors

Loading content...