Trait rune::ToTokens[][src]

pub trait ToTokens: Sized {
    fn to_tokens(&self, context: &MacroContext, stream: &mut TokenStream);
}
Expand description

Trait for things that can be turned into tokens.

Required methods

Turn the current item into tokens.

Implementations on Foreign Types

Implementors