macro_rules! dev_span { ($($tt:tt)*) => { ... }; }
Creates an entered span for tracing on debug builds. On release builds, this is a no-op.
tracing