Type Alias Hex

Source
pub type Hex = Encoding<Bit4, True, False, False, False>;
Expand description

Hexadecimal encoding.

Aliased Typeยง

pub struct Hex { /* private fields */ }