Skip to main content

PgLowerer

Type Alias PgLowerer 

Source
pub type PgLowerer<P, M = OrdinalProjection> = SqlxLowerer<PostgresBackend, P, M>;
Expand description

Postgres lowerer for gatekeep residual policies.

Aliased Typeยง

pub struct PgLowerer<P, M = OrdinalProjection> { /* private fields */ }