Function abbrev_forward_step

Source
fn abbrev_forward_step(
    is_descendant: bool,
    input: &str,
) -> IResult<&str, (Axis, NodeTest)>