pub fn parse_unique_index_query_results( results: Box<dyn Iterator<Item = UniqueIndexQueryResult>>, ) -> impl Iterator<Item = Unique>
postgres
parser