pub type BoxedFunctionRuntime = Box<dyn FunctionRuntime + Send + Sync>;Expand description
Type alias for a boxable function runtime (with static lifetime bounds). Used for dynamic dispatch where concrete types aren’t known at compile time.
Aliased Type§
pub struct BoxedFunctionRuntime(/* private fields */);