Trait splashsurf_lib::ThreadSafe[][src]

pub trait ThreadSafe: Sync + Send { }

Convenience trait that combines Send and Sync

Implementors

impl<T> ThreadSafe for T where
    T: Sync + Send
[src]

Loading content...