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 */);pub type HotplugStream = Box<dyn Stream<Item = HotplugEvent> + Send + Unpin>;A stream of HotplugEvents, boxed so HidBackend stays object-safe.
pub struct HotplugStream(/* private fields */);