pub type Result<T> = Result<T, MetricsError>;Expand description
Common result type for metrics operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(MetricsError),
}pub type Result<T> = Result<T, MetricsError>;Common result type for metrics operations
pub enum Result<T> {
Ok(T),
Err(MetricsError),
}