pub fn find_op(domain: &str, op_type: &str) -> Option<&'static OpRegistration>Expand description
Look up a Custom-kind op by its (domain, op_type) key. Used
by the engine’s dispatch fallback for user-shipped ops outside
the role surface.
pub fn find_op(domain: &str, op_type: &str) -> Option<&'static OpRegistration>Look up a Custom-kind op by its (domain, op_type) key. Used
by the engine’s dispatch fallback for user-shipped ops outside
the role surface.