Events

Type Alias Events 

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

Shorthand for Vec<epoll::EpollEvent>

Aliased Typeยง

pub struct Events { /* private fields */ }