std::collections::hashmap::SetItems[src]

type SetItems<'a, K> = Map<'static, (&'a K, &'a ()), &'a K, Entries<'a, K, ()>>;

HashSet iterator