Function selectors::parser::try_parse_combinator
source ยท fn try_parse_combinator<'i, 't, P, Impl>(
input: &mut Parser<'i, 't>,
) -> Result<Combinator, ()>
fn try_parse_combinator<'i, 't, P, Impl>(
input: &mut Parser<'i, 't>,
) -> Result<Combinator, ()>