diff --git a/src/result.rs b/src/result.rs index 3f750e0a..bde488ac 100644 --- a/src/result.rs +++ b/src/result.rs @@ -3,6 +3,7 @@ use std::io; use std::error; +/// Generic result type with ZipError as its error variant pub type ZipResult = Result; /// Error type for Zip