pub trait SyncIfParallel: Sync { }
Expand description

Sync if the parallel feature enabled

Implementors§