Function from_str

pub fn from_str<T>(s: &str) -> Result<T, Error> 
Available on crate feature dep_toml_edit only.
Expand description

Convert a TOML documents into T.