pub trait ExprSource: IntoIterator<Item = Result<Instr, String>> { // Required method fn unparsed(self) -> Result<Vec<u8>, String>; }