Function walk_binary_operator_mut

Source
pub fn walk_binary_operator_mut<W, C>(
    walker: &mut W,
    binary_operator: &BinaryOperator,
    context: &mut C,
)
where W: MutWalker<C>,