Trait inflect::CaseFormat [] [src]

pub trait CaseFormat {
    fn convert_to(src: &str) -> String;
}

Required Methods

Implementors