[−][src]Type Definition owning_ref::VecRef
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.