Skip to main content

EventBatch

Type Alias EventBatch 

Source
pub type EventBatch = GPooled<Vec<(Id, Event)>>;
Expand description

A batch of events delivered to the EventHandler.

Aliased Typeยง

pub struct EventBatch { /* private fields */ }