pub fn from_str<T: DeserializeOwned>(s: &str) -> Result<T>
Expand description
Deserialize an instance of type T
from a string of INI text.
pub fn from_str<T: DeserializeOwned>(s: &str) -> Result<T>
Deserialize an instance of type T
from a string of INI text.