Function check_dependency

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

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