Function ntex_server::net::bind_addr

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