Invalidatable

Trait Invalidatable 

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

Something which can be invalidated.

Provided Methods§

Source

fn invalidated_by(&self, _mutation: &M) -> bool

Implementors§