[][src]Type Definition gui::UnhandledEvents

type UnhandledEvents<E> = ChainEvent<UnhandledEvent<E>>;

An event potentially comprising multiple UnhandledEvent objects.

Trait Implementations

impl<E> From<E> for UnhandledEvents<E>[src]

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