selectors::parser

Function parse_is_where

Source
fn parse_is_where<'i, 't, P, Impl>(
    parser: &P,
    input: &mut Parser<'i, 't>,
    state: SelectorParsingState,
    component: impl FnOnce(SelectorList<Impl>) -> Component<Impl>,
) -> Result<Component<Impl>, ParseError<'i, P::Error>>
where P: Parser<'i, Impl = Impl>, Impl: SelectorImpl,