Change

Type Alias Change 

Source
pub type Change<H> = Rc<dyn Fn(&H, &H) -> bool>;

Aliased Typeยง

pub struct Change<H> { /* private fields */ }