pub type Result<T> = Result<T, ReductionError>;Expand description
Result type for standalone reduction operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ReductionError),
}pub type Result<T> = Result<T, ReductionError>;Result type for standalone reduction operations.
pub enum Result<T> {
Ok(T),
Err(ReductionError),
}