pub type VecRefMut<'u, T, U = T> = OwningRefMut<'u, Vec<T>, U>;
Expand description
Typedef of a mutable owning reference that uses a Vec
as the owner.
Aliased Typeยง
pub struct VecRefMut<'u, T, U = T> { /* private fields */ }
pub type VecRefMut<'u, T, U = T> = OwningRefMut<'u, Vec<T>, U>;
Typedef of a mutable owning reference that uses a Vec
as the owner.
pub struct VecRefMut<'u, T, U = T> { /* private fields */ }