Trait observatory::IsUnchanged[][src]

pub trait IsUnchanged {
    fn is_unchanged(&self, _other: &Self) -> bool { ... }
}

Provided methods

fn is_unchanged(&self, _other: &Self) -> bool[src]

Loading content...

Implementors

impl<T> IsUnchanged for T[src]

Loading content...