IsSync

Trait IsSync 

Source
pub trait IsSync: Sync { }
Expand description

A trait we can use as a compile-time check to make sure that an object is Sync.

Implementors§