pub trait UnixBusExtManual: 'static {
    fn pollfd(&self) -> RawFd;
}

Required methods

Implementors