pub trait ConditionallySendSync: Send + Sync + 'static { }

Implementors§

source§

impl<S> ConditionallySendSync for Swhere S: Send + Sync + 'static,