walk_binary_operator_mut

Function walk_binary_operator_mut 

Source
pub fn walk_binary_operator_mut<'ast, 'arena, W, C>(
    walker: &mut W,
    binary_operator: &'ast BinaryOperator<'arena>,
    context: &mut C,
)
where W: ?Sized + MutWalker<'ast, 'arena, C>,