macro_rules! serialize_deserialize_with_to_from_byte_array {
    ($type:ty) => { ... };
}
Expand description

Macro for generating Serialize/Deserialize for a type that implements ToFromByteArray.