Struct sc_telemetry::TelemetryWorkerHandle [−][src]
pub struct TelemetryWorkerHandle { /* fields omitted */ }
Expand description
Handle to the TelemetryWorker
thats allows initializing the telemetry for a Substrate node.
Implementations
Instantiate a new Telemetry
object.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TelemetryWorkerHandle
impl Send for TelemetryWorkerHandle
impl Sync for TelemetryWorkerHandle
impl Unpin for TelemetryWorkerHandle
impl !UnwindSafe for TelemetryWorkerHandle
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