Trait heck::ToPascalCase 
source · [−]pub trait ToPascalCase: ToOwned {
    fn to_pascal_case(&self) -> Self::Owned;
}Expand description
ToPascalCase is an alias for ToUpperCamelCase. See ToUpperCamelCase for more documentation.
Required Methods
fn to_pascal_case(&self) -> Self::Owned
fn to_pascal_case(&self) -> Self::Owned
Convert this type to upper camel case.