macro_rules! trace_future_args { ($category:expr, $name:expr $(, $key:expr => $val:expr)*) => { ... }; }
Expand description
Constructs a TraceFutureArgs
object to be passed to TraceFutureExt::trace
.
See fuchsia_trace::trace_future_args!
for more details.