Trait InstructionLineHandler

Source
pub trait InstructionLineHandler {
    // Required method
    fn handle_line(&self, line: &str) -> Result<(), ProcessorError>;
}

Required Methods§

Implementors§