Trait inflect::StringExt [] [src]

pub trait StringExt {
    fn to_upper_camel(&self) -> String;
    fn to_lower_camel(&self) -> String;
}

Required Methods

Implementors