syntax::ext::deriving::generic::CombineSubstructureFuncExperimental
[-]
[+]
[src]
type CombineSubstructureFunc<'a> = |&mut ExtCtxt, Span, &Substructure| -> P<Expr>;
Combine the values of all the fields together. The last argument is all the fields of all the structures.