Type Definition gui::UiEvents

source ·
pub type UiEvents = ChainEvent<UiEvent>;
Expand description

An event potentially comprising multiple UiEvent objects.

Trait Implementations

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

Converts to this type from the input type.