Function bind_addr

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