pub type ArcRef<T, U = T> = OwningRef<Arc<T>, U>;
Typedef of an owning reference that uses an Arc as the owner.
Arc