/// A pass-through value with a fixed `Debug` representation.
///
/// `f.debug_map().entry(k, v)` always formats `v` via `Debug`, which adds
/// quotes / escapes when `v` is a `String`. Use `DebugOutput` to substitute
/// already-formatted text without those decorations.
pub ;