[][src]Trait localizer::Form

pub trait Form: Sync + Send {
    fn format_1<'a>(&self, _: &str, _: &'a dyn ContFormArgs) -> Option<String>;
fn s_fmt(&self, a: &str) -> Option<String>;
fn fmt(&self, a: &str, arg: &dyn ContFormArgs) -> Option<String>; }

Required methods

fn format_1<'a>(&self, _: &str, _: &'a dyn ContFormArgs) -> Option<String>

fn s_fmt(&self, a: &str) -> Option<String>

fn fmt(&self, a: &str, arg: &dyn ContFormArgs) -> Option<String>

Loading content...

Implementors

Loading content...