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