Type Definition hexstring::UpperHexString [−][src]
pub type UpperHexString = HexString<{ Case::Upper }>;
Expand description
Convenient alias type to represent uppercase hexadecimal string.
Implementations
Constructs a LowerHexString from an UpperHexString.
This method performs a copy if the internal string is a string literal.