Type Definition rustc_data_structures::owning_ref::VecRef[][src]

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

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