Macro quote::quote 
                   
                       [−]
                   
               [src]
macro_rules! quote { () => { ... }; ($($tt:tt)+) => { ... }; }
The whole point.
macro_rules! quote { () => { ... }; ($($tt:tt)+) => { ... }; }
The whole point.