sqlx

Trait PgExecutor

source
pub trait PgExecutor<'c>: Executor<'c, Database = Postgres> { }
Expand description

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'c, T> PgExecutor<'c> for T
where T: Executor<'c, Database = Postgres>,