pub fn read_stdin<T>() -> Result<T, <T as FromStr>::Err>where T: FromStr + 'static,
Use once instead.
once