pub type ThreadSafeMutable<T> = Arc<Mutex<T>>;
pub struct ThreadSafeMutable<T> { /* private fields */ }