mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
Fix missing doc comments. (#3929)
This commit is contained in:
@@ -60,7 +60,9 @@ pub fn rpc_handler<M: PubSubMetadata>(
|
|||||||
mod inner {
|
mod inner {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
/// Type alias for http server
|
||||||
pub type HttpServer = http::Server;
|
pub type HttpServer = http::Server;
|
||||||
|
/// Type alias for ws server
|
||||||
pub type WsServer = ws::Server;
|
pub type WsServer = ws::Server;
|
||||||
|
|
||||||
/// Start HTTP server listening on given address.
|
/// Start HTTP server listening on given address.
|
||||||
|
|||||||
Reference in New Issue
Block a user