pub fn visit_constant_expr<V, T>( visitor: &mut V, expr: &ConstantExpr, ) -> ControlFlow<T>where V: ?Sized + Visit<T>,