pub trait StoreConditionalSendSync: Send + Sync { }

Implementors§

source§

impl<S> StoreConditionalSendSync for Swhere S: Send + Sync,