read_sint

Function read_sint 

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