pub type OwnShared<T> = Arc<T>;
parallel
A reference counted pointer type for shared ownership.
struct OwnShared<T> { /* private fields */ }