Function to_pascalcase

Source
pub fn to_pascalcase<T: AsRef<str>>(s: T) -> String
Expand description

converts a string to PascalCase.