Function brane_ast::traversals::print::ast_unresolved::pass_table

source ·
pub fn pass_table(
    writer: &mut impl Write,
    table: &TableState,
    indent: usize,
) -> Result<()>
Expand description

Prints the global table of the Workflow.

§Arguments

  • writer: The Writer to write to.
  • table: The TableState that we print.
  • indent: The indent with which to print the table.

§Returns

Nothing, but does print the table to stdout.