Trait noosphere_core::data::VersionedMapKey
source · pub trait VersionedMapKey: Serialize + DeserializeOwned + HamtHash + Clone + Eq + Ord + ConditionalSync + Display { }Expand description
A helper trait to simplify expressing the bounds of a valid VersionedMapIpld key
Object Safety§
This trait is not object safe.