Home
last modified time | relevance | path

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

/system/keymint/common/src/bin/
Dcddl-dump.rs7 fn show_schema<T: kmr_wire::AsCborValue>() { in show_schema()
/system/keymint/wire/src/
Dlib.rs292 pub trait AsCborValue: Sized { interface
425 impl<const N: usize> AsCborValue for [u8; N] { impl
539 impl AsCborValue for () { implementation
Dtypes.rs438 impl AsCborValue for $cenum { impl
487 impl AsCborValue for $reqenum { impl
525 impl AsCborValue for $rspenum { impl