Type Definition owning_ref::ErasedBoxRef [] [src]

type ErasedBoxRef<U> = OwningRef<Box<Erased>, U>;

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