Module vector

Source
Expand description

Less used details of CxxVector.

CxxVector itself is exposed at the crate root.

Re-exports§

pub use cxx::CxxVector;

Structs§

Iter
Iterator over elements of a CxxVector by shared reference.
IterMut
Iterator over elements of a CxxVector by pinned mutable reference.

Traits§

VectorElement
Trait bound for types which may be used as the T inside of a CxxVector<T> in generic code.

Type Aliases§

Vector
Synonym for CxxVector.