pub fn recurse_inplace_template<S: Copy>(
    func: &TFuncInplace<S>,
    root: Element,
    settings: S,
    content_func: &dyn Fn(&TFuncInplace<S>, &mut Vec<Element>, S) -> TListResult
) -> TResult
Expand description

Recursively apply a function content_func to the children list of a node.