Function rustpython_ast::fold::fold_stmt_continue

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