Function from_str_patched

Source
pub fn from_str_patched<'a, T>(s: &'a str) -> Result<T, Error>
where T: DeserializeOwned + 'static,