Macro wrap_all_by_query_with_suggestion

Source
macro_rules! wrap_all_by_query_with_suggestion {
    ($query:ident, $query_by_all_name:expr, $variant:expr, $name:ident, $matcher_type:ty, $options_type:ty) => { ... };
}