Struct sc_telemetry::TelemetryHandle [−][src]
pub struct TelemetryHandle { /* fields omitted */ }Expand description
Handle to a Telemetry.
Used to report telemetry messages.
Implementations
Send telemetry messages.
Get event stream for telemetry connection established events.
This function will return an error if the telemetry has already been started by
Telemetry::start_telemetry.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TelemetryHandleimpl Send for TelemetryHandleimpl Sync for TelemetryHandleimpl Unpin for TelemetryHandleimpl !UnwindSafe for TelemetryHandleBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V