Function dfir_lang::graph::ops::find_node_op_constraints
source ยท pub fn find_node_op_constraints(
node: &GraphNode,
) -> Option<&'static OperatorConstraints>
Expand description
Find an operator by GraphNode
.