Skip to content

Commit 15188b7

Browse files
committed
feat(client): implement Clone for Destination
1 parent 810435f commit 15188b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/connect.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub trait Connect: Send + Sync {
3030
}
3131

3232
/// A set of properties to describe where and how to try to connect.
33-
#[derive(Debug)]
33+
#[derive(Clone, Debug)]
3434
pub struct Destination {
3535
//pub(super) alpn: Alpn,
3636
pub(super) uri: Uri,

0 commit comments

Comments
 (0)