Function cssparser::nth::parse_b

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