Struct sc_telemetry::TelemetryConnectionNotifier [−][src]
pub struct TelemetryConnectionNotifier { /* fields omitted */ }
Expand description
Used to create a stream of events with only one event: when a telemetry connection (re-)establishes.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TelemetryConnectionNotifier
impl Send for TelemetryConnectionNotifier
impl Sync for TelemetryConnectionNotifier
impl Unpin for TelemetryConnectionNotifier
impl !UnwindSafe for TelemetryConnectionNotifier
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V