pub fn visit_constant<V, T>( visitor: &mut V, constant: &Constant, ) -> ControlFlow<T>where V: Visit<T> + ?Sized,