derive clone

This commit is contained in:
Boog900 2024-10-17 21:20:51 +01:00
parent bf586aafc0
commit 0cfc43ed58
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -32,6 +32,7 @@ pub struct ConnectRequest<Z: NetworkZone> {
}
/// The connector service, this service connects to peer and returns the [`Client`].
#[derive(Clone)]
pub struct Connector<Z: NetworkZone, AdrBook, CSync, ProtoHdlrMkr, BrdcstStrmMkr> {
handshaker: HandShaker<Z, AdrBook, CSync, ProtoHdlrMkr, BrdcstStrmMkr>,
}