read_int

Function read_int 

Source
pub fn read_int<B: SplitByteSlice, T: FromPrimitive>(
    buf: B,
) -> Result<(T, usize), Error>