Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/
Dmod.rs591 pub fn into_map(self) -> Result<Vec<(Value, Value)>, Self> { in into_map() method
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/
H A Dfield_value.rs157 pub fn into_map(self) -> Result<Vec<(Value, Value)>, FieldValueError> { in into_map() method