LowHexArray

Type Alias LowHexArray 

Source
pub type LowHexArray = HexArray<false>;
Expand description

Adapter to serialize a byte array as a lowercase hex string

Aliased Typeยง

pub struct LowHexArray {}