Add Clone impl for Connect<T> type

This commit is contained in:
Nikolay Kim 2023-10-02 14:20:23 +06:00
parent 9c425e7336
commit 37e3928d40
7 changed files with 28 additions and 15 deletions

View file

@ -8,6 +8,7 @@ use ntex_util::future::{BoxFuture, Either, Ready};
use crate::{net::tcp_connect_in, Address, Connect, ConnectError, Resolver};
#[derive(Copy)]
pub struct Connector<T> {
resolver: Resolver<T>,
pool: PoolRef,