std::collections::btree_set::Difference

Struct std::collections::btree_set::Difference

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<