walk_nested_variable_mut

Function walk_nested_variable_mut 

Source
pub fn walk_nested_variable_mut<'ast, 'arena, W, C>(
    walker: &mut W,
    nested_variable: &'ast NestedVariable<'arena>,
    context: &mut C,
)
where W: ?Sized + MutWalker<'ast, 'arena, C>,