Trait rustc_expand::base::GlobDelegationExpander

source ·
pub trait GlobDelegationExpander {
    // Required method
    fn expand(
        &self,
        ecx: &mut ExtCtxt<'_>,
    ) -> ExpandResult<Vec<(Ident, Option<Ident>)>, ()>;
}

Required Methods§

source

fn expand( &self, ecx: &mut ExtCtxt<'_>, ) -> ExpandResult<Vec<(Ident, Option<Ident>)>, ()>

Implementors§