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

Required methods

Implementations on Foreign Types

Implementors