Trait mithril_common::crypto_helper::MKMapKey

source ·
pub trait MKMapKey:
    PartialEq
    + Eq
    + PartialOrd
    + Ord
    + Clone
    + Hash
    + Into<MKTreeNode> { }
Expand description

The trait implemented by the keys of a MKMap

Object Safety§

This trait is not object safe.

Implementors§