Function rustpython_ast::fold::fold_stmt_if

source ยท
pub fn fold_stmt_if<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: StmtIf<U>,
) -> Result<StmtIf<F::TargetU>, F::Error>