pub type OpInvokeFn = fn(&NodeProto, &[(&str, &(dyn SlotValue + 'static))], &mut RuntimeResourceRef<'_>) -> Result<DispatchResult, OpError>;Expand description
Type-erased dispatch fn for any op (custom OR syscall).
pub type OpInvokeFn = fn(&NodeProto, &[(&str, &(dyn SlotValue + 'static))], &mut RuntimeResourceRef<'_>) -> Result<DispatchResult, OpError>;Type-erased dispatch fn for any op (custom OR syscall).