Function mz_environmentd::http::init_ws

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