pub trait VersionedMapSendSync: Send + Sync { }

Implementors§

source§

impl<T> VersionedMapSendSync for Twhere T: Send + Sync,