abi_stable::std_types

Module vec

Source
Expand description

Contains an ffi-safe equivalent of Vec<T>.

Structsยง

  • An Iterator returned by RVec::drain , which removes and yields all the elements in a range from the RVec<T>.
  • An Iterator returned by <RVec<T> as IntoIterator>::into_iter, which yields all the elements from the RVec<T>, consuming it in the process.
  • Ffi-safe equivalent of std::vec::Vec.