Trait golem_wasm_ast::core::RetainsInstructions

source ·
pub trait RetainsInstructions {
    // Required method
    fn instructions(&self) -> &[Instr];
}

Required Methods§

source

fn instructions(&self) -> &[Instr]

Implementors§