right_outer_join_using

Function right_outer_join_using 

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