selectors::matching

Function assigned_slot

Source
fn assigned_slot<E>(
    element: &E,
    context: &MatchingContext<'_, E::Impl>,
) -> Option<E>
where E: Element,