BoxRefMut

Type Alias BoxRefMut 

Source
pub type BoxRefMut<T, U = T> = OwningRefMut<Box<T>, U>;
Expand description

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

Aliased Typeยง

pub struct BoxRefMut<T, U = T> { /* private fields */ }