Type Alias Eventable

Source
pub type Eventable<T> = Box<dyn Event<T> + 'static>;

Aliased Typeยง

pub struct Eventable<T>(/* private fields */);