Type Definition owning_ref::VecRef [−][src]
type VecRef<T, U = T> = OwningRef<Vec<T>, U>;
Typedef of a owning reference that uses a Vec
as the owner.
type VecRef<T, U = T> = OwningRef<Vec<T>, U>;
Typedef of a owning reference that uses a Vec
as the owner.