Function ntex_server::net::bind_addr

source ยท
pub fn bind_addr<S: ToSocketAddrs>(
    addr: S,
    backlog: i32,
) -> Result<Vec<TcpListener>>