cssparser::nth

Function parse_b

Source
fn parse_b<'i>(
    input: &mut Parser<'i, '_>,
    a: i32,
) -> Result<(i32, i32), BasicParseError<'i>>