MaybeSync

Trait MaybeSync 

Source
pub trait MaybeSync { }
Expand description

Equivalent to Sync when parallel is enabled; blanket-impl otherwise.

Implementors§

Source§

impl<T> MaybeSync for T

Available on non-crate feature parallel only.