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