serde_hex

Macro impl_serhex_bytearray

Source
macro_rules! impl_serhex_bytearray {
    ($type: ty, $len: expr) => { ... };
}
Expand description

macro for implementing SerHex for a type which implements From<[u8;n]> and AsRef<[u8]>.