pub fn remote_call_with_options<TRequest, TResponse>(
graph: &Graph,
bridge: &WireBridgeBundle<RemoteCallRequest<TRequest>, RemoteCallResponse<TResponse>>,
opts: RemoteCallOptions,
) -> RemoteCallBundle<TRequest, TResponse>Expand description
Creates or computes remote_call_with_options.