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

Required methods

Implementors