Struct wast::LetType [−][src]
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>>
impl<'a> RefUnwindSafe for LetType<'a>
impl<'a> Send for LetType<'a>
impl<'a> Sync for LetType<'a>
impl<'a> Unpin for LetType<'a>
impl<'a> UnwindSafe for LetType<'a>