MCPcopy Create free account
hub / github.com/emberian/evdev / into_event_stream

Method into_event_stream

src/uinput.rs:406–408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36