Type Definition rustc_data_structures::owning_ref::ErasedBoxRef[][src]

pub type ErasedBoxRef<U> = OwningRef<Box<dyn Erased>, U>;
Expand description

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