pub fn parse_idents_usage<'a, E>( s: Span<'a>, ) -> IResult<Span<'a>, Identifier, E>where E: ParseError<Span<'a>> + ContextError<Span<'a>>,