rest-vir - v2.2.0
    Preparing search index...

    Type Alias MockWebSocketImplementation<ThisWebSocket, Context>

    MockWebSocketImplementation: WebSocketImplementationBase<
        ThisWebSocket,
        Context,
        MockWebSocketParamsExtras,
    >

    Implementation envelope for a single WebSocket on the client (mock) side.

    Type Parameters