Trait fluvio_stream_dispatcher::store::DualDiff[][src]

pub trait DualDiff {
    fn diff(&self, new_value: &Self) -> ChangeFlag;
}

Required methods

check if another is different from myself

Implementors