Type Alias VecRef

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

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

Aliased Typeยง

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