Skip to main content

minimal_quote_tt

Macro minimal_quote_tt 

Source
macro_rules! minimal_quote_tt {
    (($($t:tt)*)) => { ... };
    ([$($t:tt)*]) => { ... };
    ({$($t:tt)*}) => { ... };
    (,) => { ... };
    (.) => { ... };
    (;) => { ... };
    (!) => { ... };
    (<) => { ... };
    (>) => { ... };
    (&) => { ... };
    (=) => { ... };
    (#) => { ... };
    (|) => { ... };
    (:) => { ... };
    (*) => { ... };
    (_) => { ... };
    ($i:ident) => { ... };
    ($lit:literal) => { ... };
}
🔬This is a nightly-only experimental API. (proc_macro_internals)