macro_rules! impl_bytes {
    ($ty: ident) => { ... };
}
Expand description

Helper macro to forward all derived implementations to the ToBytes and FromBytes traits