use crateLoggingOptions;
/// No-op root span guard when the `tracing` feature is disabled.
;
/// Runtime tracing is never active without the `tracing` feature.
/// Initialize tracing. No-op without the `tracing` feature.
/// Flush pending spans. No-op without the `tracing` feature.
/// Start a root span. No-op without the `tracing` feature.