Home
last modified time | relevance | path

Searched defs:NodeConstraints (Results 1 – 2 of 2) sorted by relevance

/system/secretkeeper/dice_policy/src/
Dlib.rs135 pub struct NodeConstraints(pub Box<[Constraint]>); struct
137 impl AsCborValue for NodeConstraints { implementation
234 node_constraints: &NodeConstraints, in check_constraints_on_node()
/system/secretkeeper/dice_policy/building/src/
Dlib.rs268 ) -> Result<NodeConstraints, Error> { in constraints_on_dice_node()