Type Definition rustc_data_structures::owning_ref::BoxRefMut [−][src]
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.
pub type BoxRefMut<T, U = T> = OwningRefMut<Box<T>, U>;
Typedef of a mutable owning reference that uses a Box
as the owner.