pub type WideShareBox<T: ?Sized> = ShareBox<Box<T>>;
pub struct WideShareBox<T: ?Sized> { /* private fields */ }