We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2811d commit 98e9a1dCopy full SHA for 98e9a1d
crates/rpc/ipc/src/server/mod.rs
@@ -248,7 +248,7 @@ where
248
}
249
250
251
-impl std::fmt::Debug for IpcServer {
+impl<HttpMiddleware, RpcMiddleware> std::fmt::Debug for IpcServer<HttpMiddleware, RpcMiddleware> {
252
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
253
f.debug_struct("IpcServer")
254
.field("endpoint", &self.endpoint)
0 commit comments