Function read_token

Source
pub fn read_token<R, T>(reader: &mut R) -> Result<T, <T as FromStr>::Err>
where R: Read, T: FromStr,