connect

Function connect 

Source
pub async fn connect<'a, T: Into<Cow<'a, str>>>(
    addr: T,
) -> Result<WebSocketClient<Tx, Rx>>