pub type Shared<ContentType> = Arc<Mutex<ContentType>>;
struct Shared<ContentType> { /* private fields */ }