Type Definition hexstring::LowerHexString[][src]

pub type LowerHexString = HexString<{ Case::Lower }>;
Expand description

Convenient alias type to represent lowercase hexadecimal string.

Implementations

Constructs an UpperHexString from a LowerHexString.

This method performs a copy if the internal string is a string literal.