Skip to main content

Expand

Trait Expand 

Source
pub trait Expand {
    // Required method
    fn expand(&self, output: &Ident, idents: &mut Iter) -> TokenStream;
}

Required Methods§

Source

fn expand(&self, output: &Ident, idents: &mut Iter) -> TokenStream

Implementors§