pub trait ArgValue { // Required method fn set_value(&mut self, input: &str) -> Result<(), Box<dyn Error>>; }