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