Type Definition rustc_ap_rustc_data_structures::owning_ref::ErasedBoxRefMut[][src]

type ErasedBoxRefMut<U> = OwningRefMut<Box<dyn Erased>, U>;
Expand description

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