Type Alias HexLowerOrBin

Source
pub type HexLowerOrBin = HexOrBin<false>;
Expand description

HexOrBin serializer which uses lower case.

Aliased Type§

pub struct HexLowerOrBin(pub Vec<u8>);

Tuple Fields§

§0: Vec<u8>