pub fn to_serializable_value(value: ConfigValue) -> ValueExpand description
Converts ConfigValue (or toml_edit::Value) to toml::Value which
implements serde::Serialize.
pub fn to_serializable_value(value: ConfigValue) -> ValueConverts ConfigValue (or toml_edit::Value) to toml::Value which
implements serde::Serialize.