[][src]Function serde_ini::de::from_str

pub fn from_str<T: DeserializeOwned>(s: &str) -> Result<T>

Deserialize an instance of type T from a string of INI text.