Type Alias cxx::Vector

source ·
pub type Vector<T> = CxxVector<T>;
Expand description

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.

Aliased Type§

struct Vector<T> { /* private fields */ }