Crate air_interpreter_interface
source ·Structs
- Contains arguments of a call instruction and all other necessary information required for calling a service.
- Represents an executed host function result.
- Describes a result returned at the end of the interpreter execution_step.
- Parameters that a host side should pass to an interpreter and that necessary for execution.
Constants
Functions
Type Aliases
- This is a map from a String to a service result for compatibility with JavaScript. Binary format implementations like
rmp-serde
do not convert keys from strings, unlikeserde_json
.