Macro impl_codec::impl_fixed_hash_codec[][src]

macro_rules! impl_fixed_hash_codec {
    ($name: ident, $len: expr) => { ... };
}
Expand description

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