macro_rules! make_find_query {
($getter:ident, $name:ident, $matcher_type:ty, $options_type:ty, $return_type:ty) => { ... };
}
macro_rules! make_find_query {
($getter:ident, $name:ident, $matcher_type:ty, $options_type:ty, $return_type:ty) => { ... };
}