Skip to main content

HotplugStream

Type Alias HotplugStream 

Source
pub type HotplugStream = Box<dyn Stream<Item = HotplugEvent> + Send + Unpin>;
Expand description

A stream of HotplugEvents, boxed so HidBackend stays object-safe.

Aliased Typeยง

pub struct HotplugStream(/* private fields */);