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