Skip to main content

impl_fromstr_fromhex

Macro impl_fromstr_fromhex 

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

Impls FromStr and FromHex for a ByteArray parsed from a hex string.

lexe_byte_array::impl_fromstr_fromhex!(Measurement);