pub trait VersionedMapValue: Serialize + DeserializeOwned + Clone + Eq + Hash + VersionedMapSendSync { }

Implementors