Skip to main content

remote_call

Function remote_call 

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

Creates or computes remote_call.