macro_rules! debug {
($($args:tt)*) => { ... };
}Expand description
Creates a new debug-level event in the current span.
This macro functions similarly to the event! macro. See the
top-level documentation for details.
macro_rules! debug {
($($args:tt)*) => { ... };
}Creates a new debug-level event in the current span.
This macro functions similarly to the event! macro. See the
top-level documentation for details.