where_exprs

Macro where_exprs 

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

Variadic helper for where_ calls (Select/Update/Delete).