[][src]Type Definition cxx::Vector

type Vector<T> = CxxVector<T>;

Synonym for CxxVector.

To avoid confusion with Rust's standard library vector you probably shouldn't import this type with use. Instead, write cxx::Vector<T>, or import and use CxxVector.