Macro impl_to_fixed_bytes

Source
macro_rules! impl_to_fixed_bytes {
    ($struct_name:ident, $type:ty) => { ... };
}
Expand description

Implement to_fixed_bytes for wrapped types