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 TelemetryHandle
impl Send for TelemetryHandle
impl Sync for TelemetryHandle
impl Unpin for TelemetryHandle
impl !UnwindSafe for TelemetryHandle
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