Trait tusk_rs::query::PostgresJoins
source · pub trait PostgresJoins {
// Required method
fn joins() -> &'static [&'static PostgresJoin];
}Required Methods§
fn joins() -> &'static [&'static PostgresJoin]
Object Safety§
This trait is not object safe.