Expand description
Serialize and deserialize Option<T> as empty string if it is None. This is useful to:
- Demonstrate config entries whose default values are
Noneinexample.toml - Allow users to override a config entry that’s already set to
Someback toNonein per-job configuration viaALTER .. SET CONFIG
Note that using this utility on a String should be carefully considered, as it will
confuse explicit empty string and None.