Macro pmutil::q

source ·
macro_rules! q {
    ( $($tokens:tt)* ) => { ... };
}
Expand description

Shortcut for Quote::new_call_site().quote_with(smart_quote!( $tokens ))