[][src]Function c2rust_refactor::ast_manip::fold_blocks

pub fn fold_blocks<T, F>(target: &mut T, callback: F) where
    T: MutVisit,
    F: FnMut(&mut Cursor<Stmt>), 

Rewrite every block by manipulating a Cursor for the Stmts inside.