Function rustpython_ast::fold::fold_stmt

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