pub type CoseResult = Result<(), CoseError>;
Errors that don’t return anything.
pub enum CoseResult { Ok(()), Err(CoseError), }
Contains the success value
Contains the error value