Function walk_nested_variable_mut

Source
pub fn walk_nested_variable_mut<W, C>(
    walker: &mut W,
    nested_variable: &NestedVariable,
    context: &mut C,
)
where W: MutWalker<C>,