Skip to main content

visit_op

Function visit_op 

pub fn visit_op<V, T>(visitor: &mut V, op: &Op) -> ControlFlow<T>
where V: Visit<T> + ?Sized,