Struct std::collections::hash_set::DrainExperimental
[-]
[+]
[src]
pub struct Drain<'a, K: 'a> {
// some fields omitted
}HashSet drain iterator
pub struct Drain<'a, K: 'a> {
// some fields omitted
}HashSet drain iterator
impl<'a, K: 'a> Iterator<K> for Drain<'a, K>impl<'a, K: 'a> Iterator<K> for Drain<'a, 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).