macro_rules! impl_hashable_content {
($n: ident, $t: ident) => { ... };
}Expand description
A default HashableContent implementation, suitable for content which
is already TryInto<SerializedBytes>, and uses a PrimitiveHashType
macro_rules! impl_hashable_content {
($n: ident, $t: ident) => { ... };
}A default HashableContent implementation, suitable for content which
is already TryInto<SerializedBytes>, and uses a PrimitiveHashType