Macro matterdb::impl_binary_key_for_binary_value[][src]

macro_rules! impl_binary_key_for_binary_value {
    ($type : ty) => { ... };
}
Expand description

Implements BinaryKey trait for any type that implements BinaryValue.