mirror of
https://github.com/actix/actix-web.git
synced 2024-12-22 08:07:18 +00:00
add Clone impl for DefaultConnector
This commit is contained in:
parent
fbfca66e21
commit
a1e875e985
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue