Function async_tungstenite::handshake::without_handshake

source ยท
pub(crate) async fn without_handshake<F, S>(
    stream: S,
    f: F,
) -> WebSocketStream<S>