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

Converts to this type from the input type.
Converts to this type from the input type.