Function read_u64

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