Searched defs:CoseKeySet (Results 1 – 1 of 1) sorted by relevance
46 pub struct CoseKeySet(pub Vec<CoseKey>); struct48 impl crate::CborSerializable for CoseKeySet {} implementation50 impl AsCborValue for CoseKeySet { implementation