brane_ast::traversals::print::dslFunction pass_literal
Source pub fn pass_literal(writer: &mut impl Write, literal: &Literal) -> Result<()>
Expand description
Prints a Literal node.
§Arguments
writer: The Writer to write to.
literal: The Literal to traverse.
§Returns
Nothing, but does print it.