pub type ErasedArcRef<U> = OwningRef<Arc<dyn Erased>, U>;
Typedef of a owning reference that uses an erased Arc as the owner.
Arc