Expand description
Compatibility exports and backend transport adapter for futu-command-runtime.
Pure command execution contracts live in futu-command-runtime; this module
keeps the stable futu_backend::command_runtime import path and wires the
production backend connection into the new transport trait.
Structs§
- Command
Execution - Command
Execution Context - Caller-owned command execution input before command-spec lookup.
- Command
Runtime - Command
Runtime Decision - Decision returned by the pure command runtime.
Enums§
- Command
Execution Outcome - Command
Outcome - Coarse outcome observed after one backend command attempt.
- Command
Runtime Action - Command-level action expected from the owner.
- Command
Runtime Error
Functions§
- decide_
command_ outcome - Decide command-level handling while reusing the channel runtime contract.