Adding documentation
This commit is contained in:
parent
db2354a252
commit
6279237c86
@ -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),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user