Type Definition miniz_oxide::MZResult [−][src]
type MZResult = Result<MZStatus, MZError>;
Result
alias for all miniz status codes both successful and failed.
type MZResult = Result<MZStatus, MZError>;
Result
alias for all miniz status codes both successful and failed.
impl From<&'_ StreamResult> for MZResult
[src][+]impl From<StreamResult> for MZResult
[src][+]