Struct collections::btree_set::UnionStable [-] [+] [src]

pub struct Union<'a, T: 'a> {
    // some fields omitted
}

A lazy iterator producing elements in the set union (in-order).

Trait Implementations

impl<'a, T: Ord> Iterator for Union<'a, T>

type Item = &'a T

fn next(&mut self) -> Option<&'a T>

fn size_hint(&self) -> (usize, Option<usize>)

impl<'a, T: Ord> Iterator for Union<'a, T>

type Item = &'a T

fn next(&mut self) -> Option<&'a T>

fn size_hint(&self) -> (usize, Option<usize>)