macro_rules! impl_fromstr_fromhex { ($type:ty, $n:expr) => { ... }; }
Impls FromStr and FromHex for a ByteArray parsed from a hex string.
FromStr
FromHex
ByteArray
lexe_byte_array::impl_fromstr_fromhex!(Measurement);