Add missing documentation
This commit is contained in:
parent
0719f5b617
commit
df047b0b66
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
use std::io;
|
use std::io;
|
||||||
use std::error;
|
use std::error;
|
||||||
|
|
||||||
|
/// Generic result type with ZipError as its error variant
|
||||||
pub type ZipResult<T> = Result<T, ZipError>;
|
pub type ZipResult<T> = Result<T, ZipError>;
|
||||||
|
|
||||||
/// Error type for Zip
|
/// Error type for Zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue