[−][src]Type Definition owning_ref::ErasedArcRef
type ErasedArcRef<U> = OwningRef<Arc<dyn Erased>, U>;
Typedef of a owning reference that uses an erased Arc
as the owner.
type ErasedArcRef<U> = OwningRef<Arc<dyn Erased>, U>;
Typedef of a owning reference that uses an erased Arc
as the owner.