Type Definition owning_ref::ErasedRcRef[][src]

type ErasedRcRef<U> = OwningRef<Rc<Erased>, U>;

Typedef of a owning reference that uses an erased Rc as the owner.