Macro span

Source
macro_rules! span {
    ( $lvl:expr, $name:expr, $($fields:tt)* ) => { ... };
}