Function rustpython_ast::fold::fold_stmt_while

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