Fix missing doc comments. (#3929)

This commit is contained in:
Nikolay Volf
2019-10-27 14:53:52 +03:00
committed by Gavin Wood
parent 3d6127ade0
commit 40fac49216
+2
View File
@@ -60,7 +60,9 @@ pub fn rpc_handler<M: PubSubMetadata>(
mod inner {
use super::*;
/// Type alias for http server
pub type HttpServer = http::Server;
/// Type alias for ws server
pub type WsServer = ws::Server;
/// Start HTTP server listening on given address.