pub trait VersionedMapKey: Serialize + DeserializeOwned + HamtHash + Clone + Eq + Ord + VersionedMapSendSync + Display { }

Implementors§