Type Alias EpollSubscriber

Source
pub type EpollSubscriber = Box<dyn MutEventSubscriber + Send>;
Expand description

Type of epoll subscriber.

Aliased Typeยง

pub struct EpollSubscriber(/* private fields */);