VersionedMapKey

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§