pub fn load_toml_document(path: &Path) -> DocumentMutExpand description
Loads a TOML file into an editable document, preserving comments and formatting. Returns an empty document when the file is missing or invalid.
pub fn load_toml_document(path: &Path) -> DocumentMutLoads a TOML file into an editable document, preserving comments and formatting. Returns an empty document when the file is missing or invalid.