[][src]Trait localizer::FormTo

pub trait FormTo: Display {
    fn as_str(&self) -> &str;
fn default(&self) -> String;
fn pretty(&self) -> String;
fn clone(&self) -> Self; }

Required methods

fn as_str(&self) -> &str

fn default(&self) -> String

fn pretty(&self) -> String

fn clone(&self) -> Self

Loading content...

Implementations on Foreign Types

impl FormTo for String[src]

impl<'_> FormTo for &'_ str[src]

Loading content...

Implementors

Loading content...