Macro make_single_query

Source
macro_rules! make_single_query {
    ($all_query:ident, $get_multiple_error:ident, $name:ident, $matcher_type:ty, $options_type:ty) => { ... };
}