Enum wasm_encoder::BlockType [−][src]
Expand description
The type for a block/if/loop.
Variants
[] -> []
[] -> [t]
Tuple Fields of Result
0: ValTypeThe nth function type.
Tuple Fields of FunctionType
0: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockType
impl UnwindSafe for BlockType
Blanket Implementations
Mutably borrows from an owned value. Read more