span

Macro span 

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