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