join_on

Macro join_on 

Source
macro_rules! join_on {
    ($builder:expr, $table:expr $(, $expr:expr)* $(,)?) => { ... };
}
Expand description

Variadic helper for SelectBuilder::join.