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