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