☰
ZipResult
In zip::result
?
Type Definition
zip
::
result
::
ZipResult
source
·
[
−
]
pub type ZipResult<T> =
Result
<T,
ZipError
>;
Expand description
Generic result type with ZipError as its error variant