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