left_outer_join

Function left_outer_join 

Source
pub fn left_outer_join<'a, Table>(
    table: Table,
    condition: impl ToPostgresSQL<'a>,
) -> PostgresSQL<'a>
where Table: PostgresTable<'a>,