macro_rules! query_tuple {
    ($var: ident) => { ... };
}
Expand description

A macro that builds a query tuple by returning the var name and the value.