pub async fn indexes( pool: &Pool<Postgres>, ) -> Result<Vec<Indexes>, PgExtrasError>
Lists all indexes in the database.