pub fn walk_catch_clause<'arena, 'src, V: Visitor<'arena, 'src> + ?Sized>(
visitor: &mut V,
catch: &CatchClause<'arena, 'src>,
) -> ControlFlow<()>Expand description
Visits a catch clause’s caught type names and body statements.
pub fn walk_catch_clause<'arena, 'src, V: Visitor<'arena, 'src> + ?Sized>(
visitor: &mut V,
catch: &CatchClause<'arena, 'src>,
) -> ControlFlow<()>Visits a catch clause’s caught type names and body statements.