Skip to main content

walk_throw_mut

Function walk_throw_mut 

Source
pub fn walk_throw_mut<'ast, 'arena, W, C>(
    walker: &mut W,
    throw: &'ast Throw<'arena>,
    context: &mut C,
)
where W: ?Sized + MutWalker<'ast, 'arena, C>,