pub type Shared<T> = Arc<RwLock<T>>;
Type alias for shared data.
struct Shared<T> { /* private fields */ }