Macro enter_object_recursion

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