Trait splashsurf_lib::ThreadSafe[][src]

pub trait ThreadSafe: Sync + Send { }
Expand description

Convenience trait that combines Send and Sync

Implementors