mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 01:31:57 +02:00
fix api doc link
This commit is contained in:
@@ -126,6 +126,7 @@ impl<T: HostAware> Service for Connector<T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
pub struct ConnectorFuture<T: HostAware> {
|
||||
fut: ResolverFuture<T>,
|
||||
fut2: Option<TcpConnector<T>>,
|
||||
@@ -199,6 +200,7 @@ impl<T: HostAware> Future for DefaultConnectorFuture<T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
/// Tcp stream connector
|
||||
pub struct TcpConnector<T> {
|
||||
req: Option<T>,
|
||||
|
Reference in New Issue
Block a user