[][src]Type Definition miniz_oxide::MZResult

type MZResult = Result<MZStatus, MZError>;
[]

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

Trait Implementations

impl<'_> From<&'_ StreamResult> for MZResult[src][+]

impl From<StreamResult> for MZResult[src][+]