pub fn identifier(i: I<'_>) -> IResult<I<'_>, Symbol>
Parse an identifier. Identifiers in annotations are similar to identifiers in rust in general, e.g. strings or word character, numbers and underscores.