Function mz_environmentd::http::init_ws

source ยท
async fn init_ws(
    __arg0: &WsState,
    existing_user: Option<AuthedUser>,
    ws: &mut WebSocket,
) -> Result<AuthedClient, Error>