[−][src]Function c2rust_refactor::ast_manip::visit_nodes
pub fn visit_nodes<N, T, F>(target: &T, callback: F) where
N: VisitNode,
T: Visit,
F: FnMut(&N),
Visit nodes of the callback's argument type within target
. This function performs a preorder
traversal.