Function read_i64

Source
pub fn read_i64<T>(cursor: &mut Cursor<T>) -> Result<i64, InstructionError>
where T: AsRef<[u8]>,