pub trait InflectorNumbers {
    fn ordinalize(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Implementors§