[][src]Macro quote::quote

macro_rules! quote {
    () => { ... };
    ($($tt:tt)+) => { ... };
}

The whole point.