fn read_toml(path: impl AsRef<Path>) -> Result<DocumentMut>
Returns a [toml_edit::Document] loaded from the provided path. Can raise an error in case of I/O or parsing errors.
toml_edit::Document
path