span

Macro span 

Source
macro_rules! span {
    ($name: ident, $({$($field: tt)*})*) => { ... };
    ($name: ident) => { ... };
}