pub trait ThreadSafe: Send + Sync + 'static { }
Auto trait for types that implements Send + Sync + 'static.
Send
Sync
'static