Searched defs:NodeConstraints (Results 1 – 2 of 2) sorted by relevance
137 pub struct NodeConstraints(pub Box<[Constraint]>); struct139 impl AsCborValue for NodeConstraints { implementation235 node_constraints: &NodeConstraints, in check_constraints_on_node()
272 ) -> Result<NodeConstraints, Error> { in constraints_on_dice_node()