Function brane_ast::traversals::print::dsl::pass_block

source ·
pub fn pass_block(
    writer: &mut impl Write,
    block: &Block,
    indent: usize,
) -> Result<()>
Expand description

Prints a Block node.

§Arguments

  • writer: The Writer to write to.
  • block: The Block to traverse.
  • indent: The current base indent of all new lines to write.

§Returns

Nothing, but does print it.