Struct wast::LetType [−][src]
Expand description
Extra information associated with the let instruction.
Fields
block: BlockType<'a>locals: Vec<Local<'a>>Extra information associated with the let instruction.
block: BlockType<'a>locals: Vec<Local<'a>>