Type Definition miniz_oxide::MZResult
source · [−]Expand description
Result
alias for all miniz status codes both successful and failed.
Trait Implementations
sourceimpl From<&'_ StreamResult> for MZResult
impl From<&'_ StreamResult> for MZResult
sourcefn from(res: &StreamResult) -> Self
fn from(res: &StreamResult) -> Self
Performs the conversion.
sourceimpl From<StreamResult> for MZResult
impl From<StreamResult> for MZResult
sourcefn from(res: StreamResult) -> Self
fn from(res: StreamResult) -> Self
Performs the conversion.