brane_ast::traversals::print::dslFunction 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 Write
r 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.