toml_edit::de

Function from_str

Source
pub fn from_str<T>(s: &str) -> Result<T, Error>
Available on crate features serde and parse only.
Expand description

Convert a TOML documents into T.