Type Definition git_repository::threading::OwnShared
source · pub type OwnShared<T> = Arc<T>;
Expand description
A reference counted pointer type for shared ownership.
pub type OwnShared<T> = Arc<T>;
A reference counted pointer type for shared ownership.