pub trait PostgresProviderExt {
// Required method
fn use_postgres_provider(
&mut self,
executor: PgMutationExecutor,
) -> &mut Self;
}Required Methods§
fn use_postgres_provider(&mut self, executor: PgMutationExecutor) -> &mut Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".