pub fn parse<'i, 't>(
    _context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>
) -> Result<SpecifiedValue, ParseError<'i>>