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 de1ff4c commit a89ea05Copy full SHA for a89ea05
src/client/legacy/mod.rs
@@ -2,5 +2,7 @@
2
mod client;
3
#[cfg(any(feature = "http1", feature = "http2"))]
4
pub use client::Client;
5
+#[cfg(any(feature = "http1", feature = "http2"))]
6
+pub use client::Error;
7
8
pub mod connect;
0 commit comments