Type Definition gui::UnhandledEvents

source ·
pub type UnhandledEvents = ChainEvent<UnhandledEvent>;
Expand description

An event potentially comprising multiple UnhandledEvent objects.

Trait Implementations

A convenience conversion from a single event into a chain of UnhandledEvent objects.

Converts to this type from the input type.