pub trait PgFactPredicates {
// Required method
fn predicate(&self, fact: &FactId, cx: &Context) -> Option<PgFragment>;
}Expand description
Maps a residual fact to a trusted Postgres predicate over the candidate row.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".