pub trait VersionedMapValue: Serialize + DeserializeOwned + Clone + Eq + Hash + ConditionalSync { }
Expand description

A helper trait to simplify expressing the bounds of a valid VersionedMapIpld value

Object Safety§

This trait is not object safe.

Implementors§