Struct std::collections::hash_map::IntoIterExperimental
[-]
[+]
[src]
pub struct IntoIter<K, V> {
// some fields omitted
}HashMap move iterator
pub struct IntoIter<K, V> {
// some fields omitted
}HashMap move iterator
impl<K, V> Iterator<(K, V)> for IntoIter<K, V>impl<K, V> Iterator<(K, V)> for IntoIter<K, V>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).