[][src]Macro exonum_merkledb::impl_object_hash_for_binary_value

macro_rules! impl_object_hash_for_binary_value {
    ($( $type:ty ),*) => { ... };
}

Implement ObjectHash trait for any type that implements BinaryValue.