Skip to main content

DeviceInfoStream

Type Alias DeviceInfoStream 

Source
pub type DeviceInfoStream = Pin<Box<dyn Stream<Item = BridgeResult<Option<DeviceInfo>>> + Send>>;
Expand description

Stream of device-info updates. Ok(None) means the device was unregistered.

Aliased Typeยง

pub struct DeviceInfoStream { /* private fields */ }