Struct std::collections::hash_set::UnionExperimental
[-]
[+]
[src]
pub struct Union<'a, T: 'a, H: 'a> { // some fields omitted }
Set union iterator.
pub struct Union<'a, T: 'a, H: 'a> { // some fields omitted }
Set union iterator.
impl<'a, T, S, H> Iterator<&'a T> for Union<'a, T, H> where T: Eq + Hash<S>, H: Hasher<S>
impl<'a, T, S, H> Iterator<&'a T> for Union<'a, T, H> where T: Eq + Hash<S>, H: Hasher<S>
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
).