pub type ArcRef<'u, T, U = T> = OwningRef<'u, Arc<T>, U>;
Typedef of a owning reference that uses a Arc as the owner.
Arc
pub struct ArcRef<'u, T, U = T> { /* private fields */ }