pub fn from_str<T>(str: impl AsRef<str>) -> Result<T, Error>where T: Deserialize,
Deserialize a string to a value of type T.
T