Home
last modified time | relevance | path

Searched refs:constrained_type (Results 1 – 1 of 1) sorted by relevance

/system/secretkeeper/dice_policy/src/
Dlib.rs106 let [constrained_type, constraint_path, val] = value in from_cbor_value()
111 let constrained_type: u16 = value_to_integer(&constrained_type)? in from_cbor_value() localVariable
120 Ok(Self(constrained_type, path_res, val)) in from_cbor_value()