Function syn::fold::fold_stmt

source · []
pub fn fold_stmt<F>(f: &mut F, node: Stmt) -> Stmt where
    F: Fold + ?Sized
Available on crate feature fold only.