pub fn parse_line<T>() -> Result<T>where T: FromStr, T::Err: StdError + Send + Sync + 'static,
Short-hand for parse(true).
parse(true)