Skip to main content

remote_call_with_options

Function remote_call_with_options 

Source
pub fn remote_call_with_options<TRequest, TResponse>(
    graph: &Graph,
    bridge: &WireBridgeBundle<RemoteCallRequest<TRequest>, RemoteCallResponse<TResponse>>,
    opts: RemoteCallOptions,
) -> RemoteCallBundle<TRequest, TResponse>
where TRequest: Clone + 'static, TResponse: Clone + 'static,
Expand description

Creates or computes remote_call_with_options.