pub type EmptyStdResult = StdResult<()>;
pub enum EmptyStdResult { Ok(()), Err(StdError), }
Contains the success value
Contains the error value