pub type Result<T> = Result<T, Ra2Error>;
Result type for RA2 MIX file operations
enum Result<T> { Ok(T), Err(Ra2Error), }
Contains the success value
Contains the error value