Crate tracing_assert_macros

Source

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>.