pub fn to_constant(s: impl AsRef<str>) -> String
Converts a string to Constant.
Constant
Alias for to_case(Case::Constant).
to_case(Case::Constant)
Constant case strings are delimited by underscores _ and are all uppercase.
_