Macro enter_trace_span

Source
macro_rules! enter_trace_span {
    ($machine:ident, $($tt:tt)*) => { ... };
}