Trait syntax::ext::base::MultiItemDecorator[][src]

pub trait MultiItemDecorator {
    fn expand(
        &self,
        ecx: &mut ExtCtxt,
        sp: Span,
        meta_item: &MetaItem,
        item: &Annotatable,
        push: &mut FnMut(Annotatable)
    ); }

Required Methods

Implementors