[][src]Module abi_stable::std_types::vec

Structs

Drain

An Iterator returned by RVec::drain , which removes and yields all the elements in a range from the RVec<T>.

IntoIter

An Iterator created by <RVec<T> as IntoIterator>::into_iter, which yields all the elements from the RVec<T>, consuming it in the process.

RVec

Ffi-safe equivalent of std::vec::Vec.