LowHex

Type Alias LowHex 

Source
pub type LowHex = Hex<false>;
Expand description

Adapter to serialize bytes as a lowercase hex string

Aliased Typeยง

pub struct LowHex {}