Type Definition git_features::threading::OwnShared[][src]

pub type OwnShared<T> = Arc<T>;
Expand description

A reference counted pointer type for shared ownership.