use FromIterator;
/// Converts an iterator into a vector.
///
/// Useful when you to cache the result of an iterator for future use.
///
/// Unwraps all results from the iterator items.
/// Converts a result iterator into a vector result.
///
/// Useful when you to cache the result of an iterator for future use.
///
/// Unwraps all results from the iterator items.