Trait syntax::ext::quote::rt::ToTokensUnstable [-] [+] [src]

pub trait ToTokens {
    fn to_tokens(&self, _cx: &ExtCtxt) -> Vec<TokenTree>;
}

Required Methods

fn to_tokens(&self, _cx: &ExtCtxt) -> Vec<TokenTree>

Implementors