Type Definition miniz_oxide::MZResult [−][src]
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]fn from(res: &StreamResult) -> Self[src]
impl From<StreamResult> for MZResult[src]
impl From<StreamResult> for MZResult[src]