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