pub fn to_websocket_with_options<T, F>(
graph: &Graph,
source: &Node<T>,
request: WebSocketRequest,
send_of: F,
opts: OutboundAdapterOptions,
) -> OutboundBundle<T, WebSocketSendResult>Expand description
Creates or computes to_websocket_with_options.