Derive Macrosยง
- HasSpaces
- This macro will generate an implementation of
HasSpaces
for a plan or any structs that contain spaces, includingGen
,CommonPlan
andBasePlan
. - Plan
Trace Object - The macro will generate an implementation of
PlanTraceObject
for the plan. WithPlanTraceObject
, the plan will be able to usePlanProcessEdges
for GC tracing.