Trait blaze_pk::MapKey

source ·
pub trait MapKey: PartialEq + Eq + Debug + Codec { }
Expand description

Trait implemented by types that can be map keys

Implementations on Foreign Types

Implementors