Skip to main content

impl_byte_array

Macro impl_byte_array 

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

Impls ByteArray for a transparent newtype over [u8; N]

lexe_byte_array::impl_byte_array!(Measurement, 32);