Macro impl_rlp::impl_fixed_hash_rlp
source ยท macro_rules! impl_fixed_hash_rlp { ($name: ident, $size: expr) => { ... }; }
Expand description
Add RLP serialization support to a fixed-sized hash type created by construct_fixed_hash!
.