1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-29 06:04:58 +02:00

fix api doc link

This commit is contained in:
Nikolay Kim
2018-09-11 14:01:51 -07:00
parent f0554efb98
commit 3395512040
2 changed files with 3 additions and 1 deletions

View File

@ -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>,