Trait quasi::ToTokens [] [src]

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

Required Methods

Implementors