pub fn pass_edge_instr( writer: &mut impl Write, instr: &EdgeInstr, table: &TableState, ) -> Result<()>
Prints a given EdgeInstr to stdout.
writer
Write
instr
table
Nothing, but does print the instruction to stdout.