Function next_element_for_combinator

Source
fn next_element_for_combinator<E>(
    element: &E,
    combinator: Combinator,
    context: &MatchingContext<'_, E::Impl>,
) -> NextElement<E>
where E: Element,