Function mediawiki_parser::transformations::recurse_clone[][src]

pub fn recurse_clone<S: Copy>(
    func: &TFunc<S>,
    root: &Element,
    path: &[&Element],
    settings: S
) -> TResult

Recursively apply a transformation function func to all children of element root, cloning the input.