sync_ls

Type Alias Event

Source
pub type Event = Box<dyn Any + Send>;
Expand description

The common event type for language servers.

Aliased Typeยง

struct Event(/* private fields */);