pub fn pascal_case<T: AsRef<str>>(input: T) -> String
Convert the Rust identifier from snake_case to PascalCase
snake_case
PascalCase