[][src]Trait rustpython_compiler::peephole::OptimizationBuffer

pub trait OptimizationBuffer {
    fn emit(&mut self, instruction: Instruction, meta: InstructionMetadata);
fn pop(&mut self) -> (Instruction, InstructionMetadata); }

Required methods

fn emit(&mut self, instruction: Instruction, meta: InstructionMetadata)

fn pop(&mut self) -> (Instruction, InstructionMetadata)

Loading content...

Implementors

Loading content...