pub type Events = Vec<Event>;
Shorthand for Vec<epoll::EpollEvent>
pub struct Events { /* private fields */ }