read_stdin

Function read_stdin 

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