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