Type Definition miniz_oxide::MZResult

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

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

Trait Implementations

Performs the conversion.

Performs the conversion.