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

Creates an entered span for tracing on debug builds. On release builds, this is a no-op.