pub trait Invalidatable<M> {
// Provided method
fn invalidated_by(&self, _mutation: &M) -> bool { ... }
}Expand description
Something which can be invalidated.
pub trait Invalidatable<M> {
// Provided method
fn invalidated_by(&self, _mutation: &M) -> bool { ... }
}Something which can be invalidated.