Trait mhost::diff::SetDiffer[][src]

pub trait SetDiffer<S, T> where
    S: Eq + Ord,
    T: Differ<FieldType = S> + Eq + Ord + Hash
{ fn differences(&self) -> Option<Vec<Difference<S>>>; }

Required methods

Loading content...

Implementations on Foreign Types

impl<S, T> SetDiffer<S, T> for IndexSet<T> where
    S: Eq + Ord,
    T: Differ<FieldType = S> + Eq + Ord + Hash
[src]

Loading content...

Implementors

Loading content...