mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-22 12:05:06 +02:00
rename Apply service
This commit is contained in:
@@ -90,9 +90,7 @@ impl<T: HostAware> Connector<T> {
|
||||
Error = ConnectorError,
|
||||
InitError = E,
|
||||
> + Clone {
|
||||
move || -> FutureResult<Connector<T>, E> {
|
||||
ok(Connector::new(cfg.clone(), opts))
|
||||
}
|
||||
move || -> FutureResult<Connector<T>, E> { ok(Connector::new(cfg.clone(), opts)) }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user