Type Alias owning_ref::ErasedBoxRefMut
source · pub type ErasedBoxRefMut<U> = OwningRefMut<Box<dyn Erased>, U>;Expand description
Typedef of a mutable owning reference that uses an erased Box as the owner.
Aliased Type§
struct ErasedBoxRefMut<U> { /* private fields */ }