matches_part

Function matches_part 

Source
fn matches_part<E>(
    element: &E,
    parts: &[<E::Impl as SelectorImpl>::Identifier],
    context: &mut MatchingContext<'_, E::Impl>,
) -> bool
where E: Element,