Function rustpython_vm::compiler::parser::ast::fold::fold_stmt_continue
source · pub fn fold_stmt_continue<U, F>(
folder: &mut F,
node: StmtContinue<U>
) -> Result<StmtContinue<<F as Fold<U>>::TargetU>, <F as Fold<U>>::Error>where
F: Fold<U> + ?Sized,