Function ratchet_fixture::duplex::websocket_for[][src]

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