Skip to main content

walk_assignment_operator_mut

Function walk_assignment_operator_mut 

Source
pub fn walk_assignment_operator_mut<'ast, 'arena, W, C>(
    walker: &mut W,
    assignment_operator: &'ast AssignmentOperator,
    context: &mut C,
)
where W: ?Sized + MutWalker<'ast, 'arena, C>,