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