Skip to main content

tcp_bind

Function tcp_bind 

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

Bind a TCP listener on the given address.