Function mediawiki_parser::transformations::recurse_inplace[][src]

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

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