pub fn parse_generic_args(
par: &mut Parser<'_>,
) -> ParseResult<Node<Vec<GenericArg>>>
Expand description
Parse an angle-bracket-wrapped list of generic arguments (eg. the tail end
of Map<address, u256>
).
§Panics
Panics if the first token isn’t <
.