[][src]Macro pmutil::q

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

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