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

Implementors§

source§

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