pub fn remote_responder_handler<TRequest, TResponse>(
operation: impl Into<String>,
handle: impl Fn(&RemoteCallRequest<TRequest>) -> Result<TResponse, String> + 'static,
) -> RemoteResponderHandlerDefinition<TRequest, TResponse>Expand description
Creates or computes remote_responder_handler.