pub fn pass_literal(writer: &mut impl Write, literal: &Literal) -> Result<()>
Prints a Literal node.
writer
Write
literal
Nothing, but does print it.