Trait RetainsInstructions

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

Required Methods§

Source

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

Implementors§