feat: add sum method to Outcome
This commit is contained in:
@@ -3,7 +3,10 @@ use crate::*;
|
||||
// use std::str::FromStr;
|
||||
|
||||
#[derive(Debug, PartialEq, PartialOrd, Eq, Ord, Clone, Copy, Hash)]
|
||||
pub enum E {}
|
||||
pub enum E {
|
||||
ProcessInput,
|
||||
SumValues,
|
||||
}
|
||||
|
||||
// impl Display for E {
|
||||
// fn fmt(&self, f: &mut std::fmt::Formatter) -> std::result::Result<(), std::fmt::Error> {
|
||||
|
||||
Reference in New Issue
Block a user