Function fold_stmt_async_with

Source
pub fn fold_stmt_async_with<U, F>(
    folder: &mut F,
    node: StmtAsyncWith<U>,
) -> Result<StmtAsyncWith<<F as Fold<U>>::TargetU>, <F as Fold<U>>::Error>
where F: Fold<U> + ?Sized,