[][src]Function abnf::num_val

pub fn num_val(input: &[u8]) -> IResult<&[u8], Range>

num-val = "%" (bin-val / dec-val / hex-val)