Function ratchet_fixture::duplex::websocket_for

source ยท
pub async fn websocket_for<E>(
    role: Role,
    ext: E
) -> (MockWebSocket<E>, DuplexStream)
where E: Extension,