pub type EpollSubscriber = Box<dyn MutEventSubscriber + Send>;
Expand description
Type of epoll subscriber.
Aliased Typeยง
pub struct EpollSubscriber(/* private fields */);
pub type EpollSubscriber = Box<dyn MutEventSubscriber + Send>;
Type of epoll subscriber.
pub struct EpollSubscriber(/* private fields */);