Type Definition miniz_oxide::MZResult[][src]

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.