macro_rules! impl_to_fixed_bytes {
($struct_name:ident, $type:ty) => { ... };
}
Expand description
Implement to_fixed_bytes
for wrapped types
macro_rules! impl_to_fixed_bytes {
($struct_name:ident, $type:ty) => { ... };
}
Implement to_fixed_bytes
for wrapped types