left_outer_join

Function left_outer_join 

Source
pub fn left_outer_join<'a, Table>(
    table: Table,
    condition: impl ToSQLiteSQL<'a>,
) -> SQLiteSQL<'a>
where Table: SQLiteTable<'a>,