macro_rules! info_span {
($($args:tt)*) => { ... };
}Expand description
Create a span (native path).
On native: delegates to tracing::info_span!().
macro_rules! info_span {
($($args:tt)*) => { ... };
}Create a span (native path).
On native: delegates to tracing::info_span!().