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