Trait Inflectable

Source
pub trait Inflectable {
    // Required method
    fn inflect(&self, inflection: Inflection) -> String;
}

Required Methods§

Source

fn inflect(&self, inflection: Inflection) -> String

Implementations on Foreign Types§

Source§

impl Inflectable for &str

Source§

fn inflect(&self, inflection: Inflection) -> String

Source§

impl Inflectable for String

Source§

fn inflect(&self, inflection: Inflection) -> String

Implementors§