fold_stmt

Function fold_stmt 

Source
pub fn fold_stmt<F>(f: &mut F, node: Stmt) -> Stmt
where F: Fold + ?Sized,
Available on crate features fold and full only.