We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca5f3a commit 67ca69bCopy full SHA for 67ca69b
transport/src/rpc/mod.rs
@@ -2,4 +2,4 @@ mod jrpc_client;
2
mod rpc_connection;
3
mod rpc_transport;
4
5
-pub use rpc_transport::RpcTransport;
+pub use rpc_transport::{RpcTransport, TransportOptions};
0 commit comments