[][src]Type Definition col_proc_macros::Vector

type Vector<T> = Vec<T>;

Rename of the Vec standard type,used for construct a value of that type with vector.