[][src]Macro impl_rlp::impl_fixed_hash_rlp

macro_rules! impl_fixed_hash_rlp {
    ($name: ident, $size: expr) => { ... };
}

Add RLP serialization support to a fixed-sized hash type created by construct_fixed_hash!.