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