pub type ErasedBoxRefMut<'u, U> = OwningRefMut<'u, Box<dyn Erased>, U>;
Expand description
Typedef of a mutable owning reference that uses an erased Box
as the owner.
Aliased Typeยง
pub struct ErasedBoxRefMut<'u, U> { /* private fields */ }
pub type ErasedBoxRefMut<'u, U> = OwningRefMut<'u, Box<dyn Erased>, U>;
Typedef of a mutable owning reference that uses an erased Box
as the owner.
pub struct ErasedBoxRefMut<'u, U> { /* private fields */ }