visit_expr_binary_op
toasty_
core
0.1.0
In toasty_
core::
stmt::
visit
toasty_core
::
stmt
::
visit
Function
visit_
expr_
binary_
op
Copy item path
Source
pub fn visit_expr_binary_op<V>(v:
&mut V
, node: &
ExprBinaryOp
)
where V:
Visit
+ ?
Sized
,