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