pub trait ThreadSafe: Send + Sync + 'static { }
A trait which signifies a thread safe type. Can be used in a static.
static