Adding documentation

This commit is contained in:
Tomasz Drwięga 2016-04-07 13:15:59 +02:00
parent db2354a252
commit 6279237c86
1 changed files with 2 additions and 0 deletions

View File

@ -83,7 +83,9 @@ impl Drop for Listening {
/// Webapp Server startup error
#[derive(Debug)]
pub enum WebappServerError {
/// Wrapped `std::io::Error`
IoError(std::io::Error),
/// Other `hyper` error
Other(hyper::error::Error),
}