Adding documentation
This commit is contained in:
		
							parent
							
								
									db2354a252
								
							
						
					
					
						commit
						6279237c86
					
				@ -83,7 +83,9 @@ impl Drop for Listening {
 | 
				
			|||||||
/// Webapp Server startup error
 | 
					/// Webapp Server startup error
 | 
				
			||||||
#[derive(Debug)]
 | 
					#[derive(Debug)]
 | 
				
			||||||
pub enum WebappServerError {
 | 
					pub enum WebappServerError {
 | 
				
			||||||
 | 
						/// Wrapped `std::io::Error`
 | 
				
			||||||
	IoError(std::io::Error),
 | 
						IoError(std::io::Error),
 | 
				
			||||||
 | 
						/// Other `hyper` error
 | 
				
			||||||
	Other(hyper::error::Error),
 | 
						Other(hyper::error::Error),
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user