into_iter

Function into_iter 

Source
pub(crate) fn into_iter<T>(val: T) -> T::IntoIter
where T: IntoIterator,
Expand description

Converts the value into a sequential iterator if the multithread feature is disabled. Uses the std::iter::IntoIterator trait.