Searched defs:AsCborValue (Results 1 – 4 of 4) sorted by relevance
21 fn show_schema<T: kmr_wire::AsCborValue>() { in show_schema()
110 pub trait AsCborValue: Sized { trait151 impl<T: AsCborValue, const N: usize> AsCborValue for [T; N] { impl
310 pub trait AsCborValue: Sized { interface443 impl<const N: usize> AsCborValue for [u8; N] { impl557 impl AsCborValue for () { implementation
478 impl AsCborValue for $cenum { impl527 impl AsCborValue for $reqenum { impl565 impl AsCborValue for $rspenum { impl