Struct parity_wasm::elements::VarInt7
source · pub struct VarInt7(_);
Expand description
7-bit signed integer, encoded in LEB128 (always 1 byte length)
pub struct VarInt7(_);
7-bit signed integer, encoded in LEB128 (always 1 byte length)