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