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
Converts to this type from the input type.
sourceimpl From<StreamResult> for MZResult
impl From<StreamResult> for MZResult
sourcefn from(res: StreamResult) -> Self
fn from(res: StreamResult) -> Self
Converts to this type from the input type.