Trait tcgeneric::ThreadSafe

source ·
pub trait ThreadSafe: Send + Sync + 'static { }
Expand description

A thread-safe type

Implementors§

source§

impl<T: Send + Sync + 'static> ThreadSafe for T