prost_validate_derive_core

Function to_upper_camel

source
pub fn to_upper_camel(s: impl AsRef<str>) -> String
Expand description

Converts a snake_case identifier to an UpperCamel case Rust type identifier.