recase

Function recase 

Source
pub fn recase<T>(string_to_recase: T, into: Case) -> String
where T: Into<String>,
Expand description

Recase a string into the specified case.