Function brane_ast::traversals::print::dsl::pass_identifier

source ·
pub fn pass_identifier(
    writer: &mut impl Write,
    identifier: &Identifier,
) -> Result<()>
Expand description

Prints an Identifier node.

This will always be printed as a non-statement, so no indentation required.

§Arguments

  • writer: The Writer to write to.
  • identifier: The Identifier to traverse.

§Returns

Nothing, but does print it.