Type Definition flate2::ffi::rust::MZResult

source ·
pub type MZResult = Result<MZStatus, MZError>;
Expand description

Result alias for all miniz status codes both successful and failed.