syn::fold

Function fold_stmt

source
pub fn fold_stmt<F>(f: &mut F, node: Stmt) -> Stmt
where F: Fold + ?Sized,