futu_backend/channel_runtime.rs
1//! Compatibility exports for the v1.5.0 command runtime crate.
2//!
3//! The pure channel state model is owned by `futu-command-runtime`; this module
4//! preserves the stable `futu_backend::channel_runtime` import path.
5
6pub use futu_command_runtime::{
7 ChannelKind, ChannelRuntimeAction, ChannelRuntimeEvent, ChannelRuntimeState,
8 ChannelRuntimeTransition, decide_transition,
9};