pub trait ConditionallySend: Send + 'static { }

Implementors§

source§

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