Trait shadow_rs::utility::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§