macro_rules! q { ( $($tokens:tt)* ) => { ... }; }
Expand description
Shortcut for Quote::new_call_site().quote_with(smart_quote!( $tokens ))
macro_rules! q { ( $($tokens:tt)* ) => { ... }; }
Shortcut for Quote::new_call_site().quote_with(smart_quote!( $tokens ))