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