brane_ast::traversals::print::dslFunction 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 Write
r 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.