pub fn check_dependency<E, W>(
    dependency: &Dependency,
    element: &E,
    wrapper: &W,
    context: &mut MatchingContext<'_, E::Impl>
) -> boolwhere
    E: TElement,
    W: Element<Impl = E::Impl>,
Expand description

Checks a dependency against a given element and wrapper, to see if something changed.