mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-18 20:01:48 +01:00
add Clone impl for DefaultConnector
This commit is contained in:
parent
fbfca66e21
commit
a1e875e985
@ -150,6 +150,7 @@ impl<T: HostAware> Future for ConnectorFuture<T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct DefaultConnector<T: HostAware>(Connector<T>);
|
||||
|
||||
impl<T: HostAware> Default for DefaultConnector<T> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user