Type Alias owning_ref::VecRefMut 
source · pub type VecRefMut<T, U = T> = OwningRefMut<Vec<T>, U>;Expand description
Typedef of a mutable owning reference that uses a Vec as the owner.
Aliased Type§
struct VecRefMut<T, U = T> { /* private fields */ }