Function tokio_dns::tcp_connect
[−]
[src]
pub fn tcp_connect<'a, T>(ep: T, handle: &Handle) -> IoFuture<TcpStream> where T: ToEndpoint<'a>
Connect to the endpoint using the default resolver.