Skip to main content

walk_yield

Function walk_yield 

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