mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 02:21:07 +01:00
fix api doc link
This commit is contained in:
parent
f0554efb98
commit
3395512040
@ -4,7 +4,7 @@ Actix net - framework for compossible network services
|
|||||||
|
|
||||||
## Documentation & community resources
|
## Documentation & community resources
|
||||||
|
|
||||||
* [API Documentation (Development)](https://actix.rs/actix-web/actix_net/)
|
* [API Documentation (Development)](https://actix.rs/actix-net/actix_net/)
|
||||||
* [Chat on gitter](https://gitter.im/actix/actix)
|
* [Chat on gitter](https://gitter.im/actix/actix)
|
||||||
* Cargo package: [actix-net](https://crates.io/crates/actix-net)
|
* Cargo package: [actix-net](https://crates.io/crates/actix-net)
|
||||||
* Minimum supported Rust version: 1.26 or later
|
* Minimum supported Rust version: 1.26 or later
|
||||||
|
@ -126,6 +126,7 @@ impl<T: HostAware> Service for Connector<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
pub struct ConnectorFuture<T: HostAware> {
|
pub struct ConnectorFuture<T: HostAware> {
|
||||||
fut: ResolverFuture<T>,
|
fut: ResolverFuture<T>,
|
||||||
fut2: Option<TcpConnector<T>>,
|
fut2: Option<TcpConnector<T>>,
|
||||||
@ -199,6 +200,7 @@ impl<T: HostAware> Future for DefaultConnectorFuture<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
/// Tcp stream connector
|
/// Tcp stream connector
|
||||||
pub struct TcpConnector<T> {
|
pub struct TcpConnector<T> {
|
||||||
req: Option<T>,
|
req: Option<T>,
|
||||||
|
Loading…
Reference in New Issue
Block a user