pub fn pascal(raw: &str) -> StringExpand description
PascalCase form of a raw error code name, with no suffix.
KEY_NOT_FOUND → KeyNotFound. Use for languages whose error variants are
nested types/cases (Kotlin sealed subclasses, etc.) rather than standalone
*Error classes.