ConditionalSync

Trait ConditionalSync 

Source
pub trait ConditionalSync: Send + Sync { }

Implementors§

Source§

impl<S> ConditionalSync for S
where S: Send + Sync,

Available on non-WebAssembly only.