syn::gen::visit

Function visit_bin_op

source
pub fn visit_bin_op<'ast, V>(v: &mut V, node: &'ast BinOp)
where V: Visit<'ast> + ?Sized,