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