TracedAction
TracedAction is a wrapper around an Action that tracks its execution time and reports it to an ActionTracer.
Parameters
label
A human-readable label for the action, used in telemetry
inner
The actual Action being wrapped and executed
trace
The ActionTracer instance that will receive updates about this action's execution