shadow_rs::utility

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§