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