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]>
.
macro_rules! impl_serhex_bytearray {
($type: ty, $len: expr) => { ... };
}
macro for implementing SerHex
for a type which implements
From<[u8;n]>
and AsRef<[u8]>
.