Skip to content
Snippets Groups Projects
Commit 40fac492 authored by Nikolay Volf's avatar Nikolay Volf Committed by Gavin Wood
Browse files

Fix missing doc comments. (#3929)

parent 3d6127ad
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment