pub fn recurse_inplace<S: Copy>(
    func: &TFuncInplace<S>,
    root: Element,
    settings: S
) -> TResult
Expand description

Recursively apply a transformation function func to all children of element root.