Skip to main content

to_camel_case

Function to_camel_case 

Source
pub(crate) fn to_camel_case(ident: &str) -> Option<String>
Expand description

Converts an identifier to an UpperCamelCase form. Returns None if the string is already in UpperCamelCase.