Struct parity_wasm::elements::Uint8
source · pub struct Uint8(_);
Expand description
8-bit unsigned integer, NOT encoded in LEB128; it’s just a single byte.
pub struct Uint8(_);
8-bit unsigned integer, NOT encoded in LEB128; it’s just a single byte.