[−][src]Type Definition owning_ref::BoxRefMut
type BoxRefMut<T, U = T> = OwningRefMut<Box<T>, U>;
Typedef of a mutable owning reference that uses a Box
as the owner.
type BoxRefMut<T, U = T> = OwningRefMut<Box<T>, U>;
Typedef of a mutable owning reference that uses a Box
as the owner.