Function camelize_upper

Source
pub fn camelize_upper<S: AsRef<str>>(
    string: S,
    uppercase_first_letter: bool,
) -> String