pub type DceVoid = DceResult<()>;
pub enum DceVoid { Ok(()), Err(DceError), }
Contains the success value
Contains the error value