serde_ini::de

Function from_str

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

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