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