pub type OkResult = ZbusResult<()>;
pub enum OkResult { Ok(()), Err(ZbusErr), }
Contains the success value
Contains the error value