left_join_using

Function left_join_using 

Source
pub fn left_join_using<'a, Table>(
    table: Table,
    columns: impl ToSQL<'a, PostgresValue<'a>>,
) -> PostgresSQL<'a>
where Table: PostgresTable<'a>,