Type Alias serdect::array::HexLowerOrBin

source ·
pub type HexLowerOrBin<const N: usize> = HexOrBin<N, false>;
Expand description

HexOrBin serializer which uses lower case.

Aliased Type§

struct HexLowerOrBin<const N: usize>(pub [u8; N]);

Fields§

§0: [u8; N]