pub fn walk_yield<'ast, 'arena, W, C>( walker: &W, yield: &'ast Yield<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,