Type Alias VecRefMut

Source
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 */ }