Function rune::macros::quote_fn[][src]

pub fn quote_fn<'a, T>(f: T) -> Quote<'a> where
    T: 'a + Fn(&MacroContext, &mut TokenStream) + Send + Sync
Expand description

Construct a token stream from a function.