Function brane_ast::traversals::print::ast_unresolved::pass_edge_instr

source ·
pub fn pass_edge_instr(
    writer: &mut impl Write,
    instr: &EdgeInstr,
    table: &TableState,
) -> Result<()>
Expand description

Prints a given EdgeInstr to stdout.

§Arguments

  • writer: The Writer to write to.
  • instr: The EdgeInstr to print.
  • table: The VirtualTableState we use to resolve indices.

§Returns

Nothing, but does print the instruction to stdout.