insert_select_cols

Macro insert_select_cols 

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

Variadic helper for InsertBuilder::select.