pub fn for_each_function(
fns: &[FunctionReport],
f: &mut impl FnMut(&FunctionReport),
)Expand description
Visit every function in a report tree (parents before children, all depths).
pub fn for_each_function(
fns: &[FunctionReport],
f: &mut impl FnMut(&FunctionReport),
)Visit every function in a report tree (parents before children, all depths).