pub trait Invalidator<M> { // Required method fn mutations(&self) -> Vec<M>; }
Something which produces invalidations.