Type Alias IsHexDigit

Source
pub type IsHexDigit = IsDigit<HEX_BASE>;
Expand description

Checks whether the given character is a hexadecimal digit.

Aliased Typeยง

struct IsHexDigit;