quote_group

Macro quote_group 

Source
macro_rules! quote_group {
    ({ $($x:tt)* }) => { ... };
}