Function read_u32

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