Trait ConditionallySendSync

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

Implementors§

Source§

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