pub type TelemetryResult<T> = Result<T, TelemetryError>;Expand description
Result type for telemetry operations.
Aliased Type§
pub enum TelemetryResult<T> {
Ok(T),
Err(TelemetryError),
}pub type TelemetryResult<T> = Result<T, TelemetryError>;Result type for telemetry operations.
pub enum TelemetryResult<T> {
Ok(T),
Err(TelemetryError),
}