pub type Event = Box<dyn Any + Send>;
The common event type for language servers.
struct Event(/* private fields */);