Struct collections::btree_set::Union1.0.0 [] [src]

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

A lazy iterator producing elements in the union of BTreeSets.

This struct is created by the union method on BTreeSet. See its documentation for more.

Trait Implementations

impl<'a, T> Debug for Union<'a, T> where
    T: 'a + Debug
1.17.0
[src]

[src]

Formats the value using the given formatter.

impl<'a, T> Iterator for Union<'a, T> where
    T: Ord
[src]

[src]

[src]

impl<'a, T> FusedIterator for Union<'a, T> where
    T: Ord
[src]

impl<'a, T> Clone for Union<'a, T>
[src]

[src]