Function brane_ast::traversals::print::dsl::pass_property_expr

source ·
pub fn pass_property_expr(
    writer: &mut impl Write,
    prop: &PropertyExpr,
    largest_prop: usize,
    indent: usize,
) -> Result<()>
Expand description

Prints a PropertyExpr node.

§Arguments

  • writer: The Writer to write to.
  • prop: The PropertyExpr to traverse.
  • largest_prop: The longest property name. It will auto-pad all names to this length to make a nice list.

§Returns

Nothing, but does print it.