pub type UemResult = Result<(), UemError>;
Common library result
pub enum UemResult { Ok(()), Err(UemError), }
Contains the success value
Contains the error value