Searched defs:AsCborValue (Results 1 – 6 of 6) sorted by relevance
310 pub trait AsCborValue: Sized { interface443 impl<const N: usize> AsCborValue for [u8; N] { impl557 impl AsCborValue for () { impl
486 impl AsCborValue for $cenum { impl535 impl AsCborValue for $reqenum { impl573 impl AsCborValue for $rspenum { impl
110 pub trait AsCborValue: Sized { trait151 impl<T: AsCborValue, const N: usize> AsCborValue for [T; N] { impl
130 pub trait AsCborValue: Sized { interface
21 fn show_schema<T: kmr_wire::AsCborValue>() { in show_schema()
152 C::Item: AsCborValue, in to_cbor_array()