Type Definition miniz_oxide::MZResult
source · Expand description
Result
alias for all miniz status codes both successful and failed.
Trait Implementations§
source§impl From<&StreamResult> for MZResult
impl From<&StreamResult> for MZResult
source§fn from(res: &StreamResult) -> Self
fn from(res: &StreamResult) -> Self
Converts to this type from the input type.
source§impl From<StreamResult> for MZResult
impl From<StreamResult> for MZResult
source§fn from(res: StreamResult) -> Self
fn from(res: StreamResult) -> Self
Converts to this type from the input type.