Module edit

Source
Expand description

This module contains functions for editing syntax trees. As the trees are immutable, all function here return a fresh copy of the tree, instead of doing an in-place modification.

Structs§

IndentLevel

Traits§

AstNodeEdit
Soft-deprecated in favor of mutable tree editing API edit_in_place::Ident.