Function to_document
pub fn to_document<T>(value: &T) -> Result<DocumentMut, Error> ⓘ
Available on crate feature
dep_toml_edit
only.Expand description
Serialize the given data structure into a TOML document.
This would allow custom formatting to be applied, mixing with format preserving edits, etc.