Skip to main content

tcp_connect

Function tcp_connect 

Source
pub async fn tcp_connect(addr: &str) -> Result<TcpStream, Error>
Expand description

Connect to a TCP server.