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