Module runtime_client

Source
Expand description

runtime_client is a trait for clients connectibe to the run-time must implement

Enums§

Command
A run-time command sent from a run-time function to a runtime_client
Response
A Response from the runtime_client to the run-time functions

Traits§

RuntimeClient
runtime_clients must implement this trait