syntax::ext::deriving::generic::CombineSubstructureFunc[src]

type CombineSubstructureFunc<'a> = |&mut ExtCtxt, Span, &Substructure|: 'a -> Gc<Expr>;

Combine the values of all the fields together. The last argument is all the fields of all the structures, see above for details.