pub trait PgExecutor<'c>: Executor<'c, Database = Postgres> { }
An alias for Executor<'_, Database = Postgres>.
Executor<'_, Database = Postgres>