Skip to main content

StatelessInvokeFn

Type Alias StatelessInvokeFn 

Source
pub type StatelessInvokeFn = fn(node: &NodeProto, inputs: &[(&str, &dyn SlotValue)], ctx: &mut RuntimeResourceRef<'_>) -> Result<DispatchResult, OpError>;
Expand description

Stateless syscall invoke fn pointer Same input/output shape as a role-trait dispatch_atomic call; returns DispatchResult for uniform handling by invoke_one.