Function brane_ast::traversals::print::dsl::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.