brane_ast::traversals::print::dslFunction 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 Write
r to write to.
identifier
: The Identifier to traverse.
§Returns
Nothing, but does print it.