pub const UNSET_DISPLAY: &'static str;
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