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

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

A lazy iterator producing elements in the difference of BTreeSets.

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

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

[src]

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

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

[src]