Trait blaze_pk::types::MapKey

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

Trait that must be implemented on a type for it to be considered a map key

Implementations on Foreign Types§

source§

impl MapKey for String

source§

impl MapKey for &str

Implementors§

source§

impl<T: VarInt> MapKey for T