Skip to main content

OpInvokeFn

Type Alias OpInvokeFn 

Source
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).