//! Fastrace backend — `scope!` → fastrace `LocalSpan`.
//!
//! Coexists with the instant backend.
use LocalSpan;
/// Enter a fastrace span. Returns a guard that ends the span on drop.
/// Construct a no-op `FastraceGuard` (no real span, does nothing on drop).
/// Guard — the `LocalSpan` ends on drop (when `span` is `Some`).