Struct sc_telemetry::TelemetryConnectionNotifier [−][src]
pub struct TelemetryConnectionNotifier { /* fields omitted */ }
Used to create a stream of events with only one event: when a telemetry connection (re-)establishes.
Implementations
impl TelemetryConnectionNotifier
[src]
impl TelemetryConnectionNotifier
[src]pub fn on_connect_stream(&self) -> TracingUnboundedReceiver<()>
[src]
Get event stream for telemetry connection established events.
This function will return an error if the telemetry has already been started by
TelemetryHandle::start_telemetry
.
Trait Implementations
impl Clone for TelemetryConnectionNotifier
[src]
impl Clone for TelemetryConnectionNotifier
[src]fn clone(&self) -> TelemetryConnectionNotifier
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
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
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]