macro_rules! impl_byte_array { ($type:ty, $n:expr) => { ... }; }
Impls ByteArray for a transparent newtype over [u8; N]
ByteArray
[u8; N]
lexe_byte_array::impl_byte_array!(Measurement, 32);