pub type MetricResult<T> = Result<T, PyValueError>;Expand description
Common error type for metric operations
Aliased Type§
pub enum MetricResult<T> {
Ok(T),
Err(PyValueError),
}pub type MetricResult<T> = Result<T, PyValueError>;Common error type for metric operations
pub enum MetricResult<T> {
Ok(T),
Err(PyValueError),
}