pub type InputSetResult = Result<(), Error>;
enum InputSetResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value