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