Skip to main content

client_stream_tunnel

Function client_stream_tunnel 

Source
fn client_stream_tunnel(
    stream: &ClientDataStreamCtrl,
) -> Result<Arc<ClientTunnel>, RpcError>
Expand description

Helper: Return the ClientTunnel for a ClientDataStreamCtrl, or an RPC error if the stream isn’t attached to a tunnel.