mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
Add Clone impl for Connect<T> type
This commit is contained in:
parent
9c425e7336
commit
37e3928d40
7 changed files with 28 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue