pub fn from_str<T>(s: &str) -> Result<T, Error> ⓘwhere T: DeserializeOwned,
dep_toml_edit
Convert a TOML documents into T.
T