Type Alias VecRef

Source
pub type VecRef<'u, T, U = T> = OwningRef<'u, Vec<T>, U>;
Expand description

Typedef of a owning reference that uses a Vec as the owner.

Aliased Typeยง

pub struct VecRef<'u, T, U = T> { /* private fields */ }