pub type UpperHexString = HexString<Uppercase>;
Convenient alias type to represent uppercase hexadecimal string.
pub struct UpperHexString(/* private fields */);