Macro enter_query_recursion

Source
macro_rules! enter_query_recursion {
    ($name:ident = $this:expr => { $($t:tt)* }) => { ... };
}