unpack

Function unpack 

Source
pub fn unpack<T: Read + ?Sized>(src: &mut T) -> Result<i32>
Expand description

Unpack a teeworlds variable int from the provided reader.

ยงErrors

Returns Err if there is an error reading from src