Skip to main content

fold_catch_clause

Function fold_catch_clause 

Source
pub fn fold_catch_clause<'new, 'src, F: Fold<'src> + ?Sized>(
    folder: &mut F,
    arena: &'new Bump,
    catch: &CatchClause<'_, 'src>,
) -> CatchClause<'new, 'src>