feat: add sum method to Outcome

This commit is contained in:
2025-11-16 09:03:58 +01:00
parent 85194b3f0f
commit 8620cc124a
3 changed files with 42 additions and 1 deletions

View File

@@ -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> {