Macro make_get_all_query

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