Function engine_traits::iterable::collect [−][src]
pub fn collect<I: Iterator>(it: I) -> Vec<(Vec<u8>, Vec<u8>)>
Collect all items of it
into a vector, generally used for tests.
Panics
If any errors occur during iterator.