Home
last modified time | relevance | path

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

/system/keymint/common/src/bin/
Dcddl-dump.rs21 fn show_schema<T: kmr_wire::AsCborValue>() { in show_schema()
/system/authgraph/wire/src/
Dcbor.rs110 pub trait AsCborValue: Sized { trait
151 impl<T: AsCborValue, const N: usize> AsCborValue for [T; N] { impl
/system/keymint/wire/src/
Dlib.rs310 pub trait AsCborValue: Sized { interface
443 impl<const N: usize> AsCborValue for [u8; N] { impl
557 impl AsCborValue for () { implementation
Dtypes.rs478 impl AsCborValue for $cenum { impl
527 impl AsCborValue for $reqenum { impl
565 impl AsCborValue for $rspenum { impl