pub type OwnShared<T> = Arc<T>;
Available on crate feature unstable only.
Expand description

A reference counted pointer type for shared ownership.