Home
last modified time | relevance | path

Searched defs:AsCborValue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/keymint/wire/src/
H A Dlib.rs310 pub trait AsCborValue: Sized { interface
443 impl<const N: usize> AsCborValue for [u8; N] { impl
557 impl AsCborValue for () { impl
H A Dtypes.rs486 impl AsCborValue for $cenum { impl
535 impl AsCborValue for $reqenum { impl
573 impl AsCborValue for $rspenum { impl
/aosp_15_r20/system/authgraph/wire/src/
H A Dcbor.rs110 pub trait AsCborValue: Sized { trait
151 impl<T: AsCborValue, const N: usize> AsCborValue for [T; N] { impl
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/common/
Dmod.rs130 pub trait AsCborValue: Sized { interface
/aosp_15_r20/system/keymint/common/src/bin/
H A Dcddl-dump.rs21 fn show_schema<T: kmr_wire::AsCborValue>() { in show_schema()
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/util/
Dmod.rs152 C::Item: AsCborValue, in to_cbor_array()