Event

Type Alias Event 

Source
pub type Event = EventIsOwned<true>;
Expand description

An event is a structure holding information about an event passed to a callback or member function.

Aliased Type§

pub struct Event(/* private fields */);