pub trait Executor<'c>: Executor<'c, Database = Postgres> { }

Implementors