Skip to main content

parse_integer_with_clamping_mode

Function parse_integer_with_clamping_mode 

Source
pub fn parse_integer_with_clamping_mode<'i, 't>(
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>,
    clamping_mode: AllowedNumericType,
) -> Result<Integer, ParseError<'i>>
Expand description

Parse an <integer> value, with a given clamping mode.