Type Alias ErasedBoxRefMut

Source
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 */ }