Skip to main content

info_span

Macro info_span 

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

Create a span (native path).

On native: delegates to tracing::info_span!().