Function syn::fold::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.