Macro query_regex

Source
macro_rules! query_regex {
    ($label_type:path: $($regex:tt)*) => { ... };
}