Skip to main content

PostgresProviderExt

Trait PostgresProviderExt 

Source
pub trait PostgresProviderExt {
    // Required method
    fn use_postgres_provider(
        &mut self,
        executor: PgMutationExecutor,
    ) -> &mut Self;
}

Required Methods§

Source

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".

Implementations on Foreign Types§

Source§

impl PostgresProviderExt for UserContext

Source§

fn use_postgres_provider(&mut self, executor: PgMutationExecutor) -> &mut Self

Implementors§