Macro singular_query

Source
macro_rules! singular_query {
    (@ $($segment:tt)*) => { ... };
    ($($segment:tt)*) => { ... };
}