Enum wasm_encoder::BlockType [−][src]
Expand description
The type for a block/if/loop.
Variants
[] -> []
Result(ValType)[] -> [t]
FunctionType(u32)The nth function type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockTypeimpl UnwindSafe for BlockTypeBlanket Implementations
Mutably borrows from an owned value. Read more