We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clone
Destination
1 parent 810435f commit 15188b7Copy full SHA for 15188b7
src/client/connect.rs
@@ -30,7 +30,7 @@ pub trait Connect: Send + Sync {
30
}
31
32
/// A set of properties to describe where and how to try to connect.
33
-#[derive(Debug)]
+#[derive(Clone, Debug)]
34
pub struct Destination {
35
//pub(super) alpn: Alpn,
36
pub(super) uri: Uri,
0 commit comments