pub fn parse_result<T: FromStr>(x: &str) -> Result<Option<T>, T::Err>
Attempt to turn a &str into a T
&str
T