pub const UNSET_DISPLAY: &str = "<unset>";
Sentinel rendered for unset / None / empty config values during display. Never a valid stored value: the write path rejects it so it cannot round-trip into persisted config.
None