Add missing documentation

This commit is contained in:
Mathijs van de Nes 2014-12-10 14:58:22 +01:00
parent 0719f5b617
commit df047b0b66

View file

@ -3,6 +3,7 @@
use std::io;
use std::error;
/// Generic result type with ZipError as its error variant
pub type ZipResult<T> = Result<T, ZipError>;
/// Error type for Zip