Skip to main content

Module engine

Module engine 

Source
Expand description

Engine function and trigger ids, mirroring the Node SDK constants.

This module also re-exports RemoteFunctionHandler (and its metadata-aware counterpart RemoteFunctionHandlerWithMetadata) so the engine grouping (iii_sdk::engine) exposes the same symbols as the Node iii-sdk/engine and Python iii.engine submodules. Rust cannot use a separate pub mod engine { ... } grouping block here because the real engine module is the file engine.rs (pub mod engine; in lib.rs), so the grouping is folded into this module instead.

Re-exports§

pub use crate::types::RemoteFunctionHandler;
pub use crate::types::RemoteFunctionHandlerWithMetadata;

Structs§

EngineFunctions
Engine function ids for internal operations.
EngineTriggers
Engine trigger ids.