rustc_builtin_macros::deriving::generic

Function combine_substructure

Source
pub(crate) fn combine_substructure(
    f: Box<dyn FnMut(&ExtCtxt<'_>, Span, &Substructure<'_>) -> BlockOrExpr + '_>,
) -> RefCell<Box<dyn FnMut(&ExtCtxt<'_>, Span, &Substructure<'_>) -> BlockOrExpr + '_>>