mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21: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 {
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user