trace

Macro trace 

Source
macro_rules! trace {
    ($($args:tt)*) => { ... };
}
Expand description

Creates a new trace-level event in the current span.

This macro functions similarly to the event! macro. See the top-level documentation for details.