macro_rules! impl_fixed_hash_serde {
($name: ident, $len: expr) => { ... };
}
Expand description
Add Serde serialization support to a fixed-sized hash type created by construct_fixed_hash!
.
macro_rules! impl_fixed_hash_serde {
($name: ident, $len: expr) => { ... };
}
Add Serde serialization support to a fixed-sized hash type created by construct_fixed_hash!
.