EventEmitter

Trait EventEmitter 

Source
pub trait EventEmitter<E: Any>: 'static { }
Expand description

A trait for tying together the types of a GPUI entity and the events it can emit.

Implementors§