pub fn from_str<'a, T: Deserialize<'a>>(s: &'a str) -> Result<T, Error>
Expand description

Deserialize a strongly-typed value from the human-readable representation.