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 86ed7fc commit cad0e9aCopy full SHA for cad0e9a
src/api/proxy.rs
@@ -44,7 +44,7 @@ pub(super) fn wrap(
44
})
45
}
46
47
-pub(super) trait ToProxyStream {
+trait ToProxyStream {
48
fn source(self, proxy: ProxyProtocol) -> ProxyStream;
49
50
0 commit comments