Crate tracing_assert_macros
source ·Macros
- This macro runs the given code block, collects any tracing Events emitted, and returns the Field/Value pairs carried by each event.
- This macro runs the given code block, collects any tracing Events emitted, and returns them as a
Vec<tracing_assert_core::Event>
.