Struct std::collections::hash_set::IntoIterExperimental
[-]
[+]
[src]
pub struct IntoIter<K> { // some fields omitted }
HashSet move iterator
pub struct IntoIter<K> { // some fields omitted }
HashSet move iterator
impl<K> Iterator<K> for IntoIter<K>
impl<K> Iterator<K> for IntoIter<K>
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
).