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