Skip to main content

UpperHexString

Type Alias UpperHexString 

Source
pub type UpperHexString = HexString<Uppercase>;
Expand description

Convenient alias type to represent uppercase hexadecimal string.

Aliased Typeยง

pub struct UpperHexString(/* private fields */);