diff --git a/p2p/p2p-core/src/client/connector.rs b/p2p/p2p-core/src/client/connector.rs index abe7e137..121c1221 100644 --- a/p2p/p2p-core/src/client/connector.rs +++ b/p2p/p2p-core/src/client/connector.rs @@ -32,6 +32,7 @@ pub struct ConnectRequest { } /// The connector service, this service connects to peer and returns the [`Client`]. +#[derive(Clone)] pub struct Connector { handshaker: HandShaker, }