fn parse_identifier_list_to_t<T: for<'a> From<&'a str>>( pair: Pair<'_, Rule>, ) -> impl Iterator<Item = T>
Parse a list of identifiers into a vector of objects of type T