Type Alias serdect::slice::HexLowerOrBin

source ·
pub type HexLowerOrBin = HexOrBin<false>;
Expand description

HexOrBin serializer which uses lower case.

Aliased Type§

struct HexLowerOrBin(pub Vec<u8>);

Fields§

§0: Vec<u8>