Skip to main content

IntoIter

Struct IntoIter 

Source
pub struct IntoIter<K, A = Global>
where A: Allocator,
{ /* private fields */ }
Expand description

An owning iterator over the items of a HashSet.

This struct is created by the into_iter method on HashSet (provided by the IntoIterator trait). See its documentation for more.