macro_rules! where_exprs {
($builder:expr $(, $expr:expr)* $(,)?) => { ... };
}Expand description
Variadic helper for where_ calls (Select/Update/Delete).
macro_rules! where_exprs {
($builder:expr $(, $expr:expr)* $(,)?) => { ... };
}Variadic helper for where_ calls (Select/Update/Delete).