mirror of https://github.com/fafhrd91/actix-net
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…
Reference in New Issue