Trait tusk_rs::query::PostgresJoins

source ·
pub trait PostgresJoins {
    // Required method
    fn joins() -> &'static [&'static PostgresJoin];
}

Required Methods§

source

fn joins() -> &'static [&'static PostgresJoin]

Object Safety§

This trait is not object safe.

Implementors§