pub fn apply_transform_ext<T: TreeTransformExt>(
root: TreeNodeExt,
t: &mut T,
) -> TreeNodeExtExpand description
Applies a tree transform to a root node.
pub fn apply_transform_ext<T: TreeTransformExt>(
root: TreeNodeExt,
t: &mut T,
) -> TreeNodeExtApplies a tree transform to a root node.