Skip to main content

Events

Type Alias Events 

Source
pub type Events = Vec<Event>;
Expand description

Collection of events returned from a single poll call. Pre-allocated with a reasonable default capacity to avoid realloc on the hot path.

Aliased Type§

pub struct Events { /* private fields */ }