xref: /aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/vector.rs (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1 //! Less used details of `CxxVector`.
2 //!
3 //! `CxxVector` itself is exposed at the crate root.
4 
5 pub use crate::cxx_vector::{Iter, IterMut, VectorElement};
6 #[doc(inline)]
7 pub use crate::Vector;
8 #[doc(no_inline)]
9 pub use cxx::CxxVector;
10