Macrosยง
- tracing_
capture_ event_ fields - This macro runs the given code block, collects any tracing Events emitted, and returns the Field/Value pairs carried by each event.
- tracing_
capture_ events - This macro runs the given code block, collects any tracing Events emitted, and returns them as a
Vec<tracing_assert_core::Event>
.