pub fn unpack<T: Read + ?Sized>(src: &mut T) -> Result<i32>
Unpack a teeworlds variable int from the provided reader.
Returns Err if there is an error reading from src
Err
src