Macro quote::quote[][src]

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

The whole point.