Function toml_from_str

Source
pub fn toml_from_str<T: DeserializeOwned>(toml: &str) -> Result<T, TomlError>