(self)
| 404 | #[cfg(feature = "tokio")] |
| 405 | #[inline] |
| 406 | pub fn into_event_stream(self) -> io::Result<VirtualEventStream> { |
| 407 | VirtualEventStream::new(self) |
| 408 | } |
| 409 | } |
| 410 | |
| 411 | /// This struct is returned from the [VirtualDevice::enumerate_dev_nodes_blocking] function and will yield |
no outgoing calls